1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 08:59:14 +00:00

Make sure missing feed-icons keep alignment.

Missing feed-icons take 16px as well to avoid alignment glitches in feed list.
This commit is contained in:
pictuga
2013-04-06 20:25:04 +03:00
parent 529802111e
commit dc544c94ff

View File

@@ -856,6 +856,7 @@ img.feedIcon, img.tinyFeedIcon {
width : 16px;
height : 16px;
vertical-align : middle;
display : inline-block;
}
.dijitDialog .dijitToolbar {