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
1 changed files with 4 additions and 0 deletions

View File

@ -1147,7 +1147,11 @@ div.hlLeft input {
div.hlLeft img, div.hlRight img { div.hlLeft img, div.hlRight img {
margin : 0px 4px 0px 4px; margin : 0px 4px 0px 4px;
}
div.hlLeft img {
width : 16px;
height : 16px;
} }
div.fatalError { div.fatalError {