summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-24 15:53:47 +0300
committerAndrew Dolgov <[email protected]>2021-02-24 15:53:47 +0300
commit2f14fa1bc367551c1b29b00f366c29a513274729 (patch)
treef7a2567c2098b5fb51b5849b6aa39b601eacac69 /themes/night_blue.css
parent7f41228a7148c14d295f68f536b6227e10a2675f (diff)
add a hack to position labels on a dijit toolbar better
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index aa3ead557..361cd4fbf 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -1613,6 +1613,10 @@ body.ttrss_utility fieldset > label.checkbox {
.flat .dijitToolbar .dijitTextBox .dijitInputInner {
line-height: 10px;
}
+.flat .dijitToolbar label {
+ position: relative;
+ top: 2px;
+}
.flat .dijitAccordionContainer {
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}