1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

add a hack to position labels on a dijit toolbar better

This commit is contained in:
Andrew Dolgov
2021-02-24 15:53:47 +03:00
parent 7f41228a71
commit 2f14fa1bc3
7 changed files with 26 additions and 1 deletions
+5
View File
@@ -44,6 +44,11 @@
.dijitTextBox .dijitInputInner {
line-height : 10px;
}
label {
position : relative;
top : 2px;
}
}
.dijitAccordionContainer {