Skip to content

Commit

Permalink
bug 815512 pt 2 - explicitly set size of download item icons. r=mconley
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkthame committed Nov 28, 2012
1 parent abddb4e commit e18ac73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions browser/themes/pinstripe/downloads/downloads.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ richlistitem[type="download"]:last-child {
.downloadTypeIcon {
-moz-margin-end: 8px;
/* Prevent flickering when changing states. */
min-height: 32px;
min-width: 32px;
height: 32px;
width: 32px;
}

.blockedIcon {
Expand Down
4 changes: 2 additions & 2 deletions toolkit/themes/pinstripe/mozapps/downloads/downloads.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ richlistitem[type="download"] button {

/* prevent flickering when changing states */
.downloadTypeIcon {
min-height: 32px;
min-width: 32px;
height: 32px;
width: 32px;
-moz-padding-end: 2px;
}

Expand Down

0 comments on commit e18ac73

Please sign in to comment.