bug 865746 - [win-hidpi] explicitly set size of download item icons. r=mconley

This commit is contained in:
Jonathan Kew 2013-04-26 18:08:22 +01:00
parent c83337e70e
commit 75b2d00801

View File

@ -101,8 +101,8 @@ richlistitem[type="download"]:first-child {
.downloadTypeIcon {
-moz-margin-end: 8px;
/* Prevent flickering when changing states. */
min-height: 32px;
min-width: 32px;
height: 32px;
width: 32px;
}
.blockedIcon {