Bug 677109 - Preferences window cut-off due to checkbox image size constraint failure [r=mbrubeck]

This commit is contained in:
Mark Finkle 2011-08-07 23:37:26 -04:00
Родитель a6ea6c021a
Коммит a96a3dac8a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -368,8 +368,8 @@ checkbox:focus > .checkbox-label-center-box > .checkbox-label-box {
-moz-border-right-colors: -moz-initial;
-moz-border-bottom-colors: -moz-initial;
-moz-border-left-colors: -moz-initial;
min-width: 46px;
min-height: 46px;
width: 46px;
height: 46px;
background: url("chrome://browser/skin/images/check-unselected-hdpi.png") no-repeat 50% 50%;
}