1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-02 19:17:12 +00:00

fix subtoolbar links lack of margin

This commit is contained in:
Andrew Dolgov
2015-08-11 18:19:04 +03:00
parent 22dd34a302
commit 6901ec6659
2 changed files with 7 additions and 2 deletions

View File

@@ -1030,6 +1030,11 @@ select.attachments {
margin-right : 25px;
}
span.sel_links {
margin-right : 4px;
vertical-align : middle;
}
#feedTree img.feedIcon {
position : relative;
top : -2px;