diff options
Diffstat (limited to 'css/tt-rss.less')
| -rwxr-xr-x | css/tt-rss.less | 49 |
1 files changed, 40 insertions, 9 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less index edce31263..6bf009997 100755 --- a/css/tt-rss.less +++ b/css/tt-rss.less @@ -496,6 +496,7 @@ body.ttrss_main { .dijitDialog { + header, .dlgSec, .dlgSecHoriz { font-size : 16px; font-weight : 600; @@ -503,14 +504,21 @@ body.ttrss_main { font-family: @fonts-ui-bold; } + section, .dlgSecCont { margin : 10px 20px; } + header.horizontal + section, .dlgSecHoriz + .dlgSecCont { - margin : 10px 0px; + margin : 10px 0; } + section.narrow { + margin : 0; + } + + section, div.dlgSecCont, div.dlgSecSimple { fieldset { @@ -526,6 +534,10 @@ body.ttrss_main { font-weight : normal; display : inline; } + + > label.inline { + display : inline; + } } fieldset { @@ -542,10 +554,14 @@ body.ttrss_main { } } + footer, .dlgButtons { margin-top : 5px; text-align: right; - clear: both; + } + + footer.text-center { + text-align: center; } } @@ -668,13 +684,8 @@ body.ttrss_main { color : #333; } - .icon { - position : relative; - top : -2px; - } - - i.icon { - left : -2px; + .dijitIcon.feed-icon { + margin-right : 2px; } i.icon.icon-inbox { @@ -1098,6 +1109,26 @@ body.ttrss_main, body.ttrss_utility { } } + .pull-right { + float : right; + } + + .pull-left { + float : left; + } + + .text-error { + color: #b94a48; + } + + .text-info { + color: #3a87ad; + } + + .text-success { + color: #468847; + } + .alert, .alert h4 { color: #c09853; |