1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +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

View File

@@ -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);
}