summaryrefslogtreecommitdiff
path: root/themes/compact.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/compact.css
parent7f41228a7148c14d295f68f536b6227e10a2675f (diff)
add a hack to position labels on a dijit toolbar better
Diffstat (limited to 'themes/compact.css')
-rw-r--r--themes/compact.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/compact.css b/themes/compact.css
index 64f60641c..16058309f 100644
--- a/themes/compact.css
+++ b/themes/compact.css
@@ -1710,6 +1710,10 @@ body.ttrss_utility.share_popup .content {
.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);
}