1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

fix hlLeft img size to prevent layout moving on load

This commit is contained in:
Andrew Dolgov
2012-12-25 16:59:32 +04:00
parent f947467aa8
commit cb1a012bb8

View 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 {