diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 07:20:26 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-12-12 07:20:26 +0100 |
| commit | 3af81b5dd49717e9dc646336df322d9432573ab7 (patch) | |
| tree | 6598b28703056f2f2c1352be1c88804545a7f9e8 /views/partials/settings.ejs | |
| parent | b29bf8bdc1d43699160d542a636fb1e65362b7ae (diff) | |
styling compose box
Diffstat (limited to 'views/partials/settings.ejs')
| -rw-r--r-- | views/partials/settings.ejs | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/views/partials/settings.ejs b/views/partials/settings.ejs index d36cf6c..b174546 100644 --- a/views/partials/settings.ejs +++ b/views/partials/settings.ejs @@ -61,52 +61,3 @@ </div> </div> </div> - -<style> - #thread_settings h2 { - font-size: 16px; - margin: 0; - } - #thread_settings .inner { - padding: 20px; - text-align: left; - } - #thread_controls { - margin-top: 10px; - display: flex; - flex-direction: row; - } - #thread_controls > div { - max-width: 50%; - } - #thread_fields { - text-align: left; - } - .thread_field, - #thread_fields > div { - display: flex; - flex-direction: row; - margin-top: 5px; - } - #thread_controls label { - margin-top: 4px; - padding-right: 5px; - } - #thread_fields input[type=text] { - font-size: 13px; - width: 200px; - transform: translateY(-2px); - } - #thread_settings .close_link { - position: absolute; - top: 23px; - right: 10px; - } - #thread_fields label { - display: block; - width: 80px; - } - .desktop button.thread_delete:hover { - background: #ff8288; - } -</style>
\ No newline at end of file |
