]> git.wh0rd.org - tt-rss.git/commitdiff
fix hlLeft img size to prevent layout moving on load
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 25 Dec 2012 12:59:32 +0000 (16:59 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Tue, 25 Dec 2012 12:59:32 +0000 (16:59 +0400)
tt-rss.css

index fb2603119a87e092ec74fec8446e316272f0c168..c1200bd41a83e066ba613be005285d69b005d481 100644 (file)
@@ -1147,7 +1147,11 @@ div.hlLeft input {
 
 div.hlLeft img, div.hlRight img {
        margin : 0px 4px 0px 4px;
+}
 
+div.hlLeft img {
+       width : 16px;
+       height : 16px;
 }
 
 div.fatalError {