summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-22 10:48:56 +0300
committerAndrew Dolgov <[email protected]>2019-02-22 10:48:56 +0300
commit335147e572c8557751c0a035647a7ad729b43674 (patch)
treeff40a4363b4f7eb3c07c06fdaed104d2c8c97214 /css/tt-rss.less
parente9f58427c07956898234f0459b26c74ad8b98e28 (diff)
dialogs: use semantic markup instead of dlgsec stuff
continue unifying quoting style for html strings
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less10
1 files changed, 9 insertions, 1 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index edce31263..041ef9923 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,17 @@ body.ttrss_main {
font-family: @fonts-ui-bold;
}
+ section,
.dlgSecCont {
margin : 10px 20px;
}
+ header.horizontal + section,
.dlgSecHoriz + .dlgSecCont {
margin : 10px 0px;
}
+ section,
div.dlgSecCont, div.dlgSecSimple {
fieldset {
@@ -542,10 +546,14 @@ body.ttrss_main {
}
}
+ footer,
.dlgButtons {
margin-top : 5px;
text-align: right;
- clear: both;
+ }
+
+ footer.text-center {
+ text-align: center;
}
}