summaryrefslogtreecommitdiff
path: root/themes/light/dijit_basic.less
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/light/dijit_basic.less
parent7f41228a7148c14d295f68f536b6227e10a2675f (diff)
add a hack to position labels on a dijit toolbar better
Diffstat (limited to 'themes/light/dijit_basic.less')
-rw-r--r--themes/light/dijit_basic.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less
index b6bd1860e..0582ddc5c 100644
--- a/themes/light/dijit_basic.less
+++ b/themes/light/dijit_basic.less
@@ -44,6 +44,11 @@
.dijitTextBox .dijitInputInner {
line-height : 10px;
}
+
+ label {
+ position : relative;
+ top : 2px;
+ }
}
.dijitAccordionContainer {