summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-20 14:37:59 +0300
committerAndrew Dolgov <[email protected]>2019-02-20 14:37:59 +0300
commit4d9141d7623bc44b6d13aaa2b8b53d63b27819bd (patch)
tree10707a9dad640073dddaed11353633a55f32a48b /css/tt-rss.less
parent6701497879d3e6c9e895cfcd56fb2d7a9297686d (diff)
simplify dlgSec-related markup
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less73
1 files changed, 39 insertions, 34 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index d5317271a..693d9e8fb 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -487,47 +487,52 @@ body.ttrss_main {
}
}
+ .dijitDialog {
- div.dlgSec {
- font-size : 14px;
- font-weight : bold;
- clear : both;
- margin : 8px;
- position : relative;
- top : 8px;
- }
+ .dlgSec, .dlgSecHoriz {
+ font-size : 16px;
+ font-weight : 600;
+ color : @default-text;
+ font-family: @fonts-ui-bold;
+ }
- div.dlgSecHoriz {
- font-size : 14px;
- font-weight : bold;
- clear : both;
- margin-bottom : 8px;
- margin-top : 8px;
- }
+ .dlgSecCont {
+ margin : 10px 20px;
+ }
- div.dlgSecCont {
- position : relative;
- left : 150px;
- top : -20px;
- float : left;
- font-weight : normal;
+ div.dlgSecCont, div.dlgSecSimple {
- > * {
- position : relative;
- top : -2px;
- }
- }
+ fieldset {
+ > label {
+ font-weight : bold;
+ margin-right : 10px;
+ display : inline-block;
+ min-width : 140px;
+ text-align : right;
+ }
- div.dlgSecCont hr, div.dlgSecSimple hr {
- height : 0px;
- line-height : 0px;
- border : 0px solid transparent;
- margin : 2px;
- }
+ > label.checkbox {
+ font-weight : normal;
+ display : inline;
+ }
+ }
+
+ fieldset {
+ border-width : 0px;
+ padding : 5px 0px;
+ }
+
+ fieldset.narrow {
+ padding : 2px 0px;
+ }
+
+ fieldset.align-right {
+ text-align : right;
+ }
+ }
- .dijitDialog {
.dlgButtons {
- margin-top : 4px;
+ margin-top : 5px;
text-align: right;
clear: both;
}