summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-02-22 12:19:37 +0300
committerAndrew Dolgov <[email protected]>2019-02-22 12:19:37 +0300
commitdab81ff7d09e9304d98eb8ce0f0f02e812323f0b (patch)
treec9e65aedef4d86ef3deb4398c149f2dae5870f4d /themes/night_blue.css
parenta366da90a6ec02c23b475dd81cc0455682fb8381 (diff)
feed editor: fix missing <section> breaking checkbox fieldsets
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index a80232251..a6daff250 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -441,7 +441,10 @@ body.ttrss_main .dijitDialog .dlgSecCont {
}
body.ttrss_main .dijitDialog header.horizontal + section,
body.ttrss_main .dijitDialog .dlgSecHoriz + .dlgSecCont {
- margin: 10px 0px;
+ margin: 10px 0;
+}
+body.ttrss_main .dijitDialog section.narrow {
+ margin: 0;
}
body.ttrss_main .dijitDialog section fieldset > label,
body.ttrss_main .dijitDialog div.dlgSecCont fieldset > label,