Bug 810340 - Keep downloads button a consistent size on OSX, regardless of the remaining download time. r=mak.

This commit is contained in:
Mike Conley 2012-11-12 15:41:03 -05:00
Родитель 00a8f98778
Коммит 08e5b80f4e
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -236,18 +236,18 @@ richlistitem[type="download"][state="1"]:hover > .downloadButton.downloadShow:ac
/*** Progress bar and text ***/
#downloads-indicator-counter {
height: 10px;
height: 9px;
margin: -3px 0 0;
color: hsl(0,0%,30%);
text-shadow: 0 1px 0 hsla(0,0%,100%,.5);
font-size: 10px;
line-height: 10px;
font-size: 9px;
line-height: 9px;
text-align: center;
}
#downloads-indicator-progress {
width: 16px;
height: 4px;
height: 5px;
min-width: 0;
min-height: 0;
margin-top: 1px;