1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02: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 {