summaryrefslogtreecommitdiff
path: root/themes/light/dijit_basic.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-24 21:56:52 +0300
committerAndrew Dolgov <[email protected]>2021-02-24 21:56:52 +0300
commit93940d2a9f80d9e1dac49b5eb7db23230d31c5f6 (patch)
tree71016661f6017918d0934eb462bd9552018d557a /themes/light/dijit_basic.less
parent8b022c2bfb356d7dddaf334bc931d6dec77086fb (diff)
parent1adacd057230aea4ede29dab510385bf01cf99a3 (diff)
Merge branch 'master' of git.fakecake.org:fox/tt-rss into weblate-integration
Diffstat (limited to 'themes/light/dijit_basic.less')
-rw-r--r--themes/light/dijit_basic.less9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/light/dijit_basic.less b/themes/light/dijit_basic.less
index 2854c77d0..0582ddc5c 100644
--- a/themes/light/dijit_basic.less
+++ b/themes/light/dijit_basic.less
@@ -40,6 +40,15 @@
.dijitToolbar {
font-size: 13px;
padding: 0px;
+
+ .dijitTextBox .dijitInputInner {
+ line-height : 10px;
+ }
+
+ label {
+ position : relative;
+ top : 2px;
+ }
}
.dijitAccordionContainer {