summaryrefslogtreecommitdiff
path: root/css/default.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-20 14:58:09 +0300
committerAndrew Dolgov <[email protected]>2019-02-20 14:58:09 +0300
commit063b4f535a6289290da214097ae3252209e978b7 (patch)
treedd0fea3b75348fd48354a40a2618fe53172f9aee /css/default.css
parent4d9141d7623bc44b6d13aaa2b8b53d63b27819bd (diff)
filter rule & label dialog updates
Diffstat (limited to 'css/default.css')
-rw-r--r--css/default.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/css/default.css b/css/default.css
index c63c82da9..46cb0a50b 100644
--- a/css/default.css
+++ b/css/default.css
@@ -432,6 +432,9 @@ body.ttrss_main .dijitDialog .dlgSecHoriz {
body.ttrss_main .dijitDialog .dlgSecCont {
margin: 10px 20px;
}
+body.ttrss_main .dijitDialog .dlgSecHoriz + .dlgSecCont {
+ margin: 10px 0px;
+}
body.ttrss_main .dijitDialog div.dlgSecCont fieldset > label,
body.ttrss_main .dijitDialog div.dlgSecSimple fieldset > label {
font-weight: bold;