Bug 605322 - bookmark star images are not the same size and cause the sidebar to move when toggling [r=mbrubeck]

--HG--
rename : mobile/themes/core/images/bookmark-default-64.png => mobile/themes/core/images/bookmark-default-hdpi.png
rename : mobile/themes/core/images/bookmarked-default-64.png => mobile/themes/core/images/bookmark-starred-hdpi.png
This commit is contained in:
Mark Finkle 2010-10-18 20:34:18 -04:00
parent d9db9394de
commit f659bc246c
5 changed files with 4 additions and 4 deletions

View File

@ -320,11 +320,11 @@ toolbarbutton.button-control:not([disabled="true"]):hover:active {
}
#tool-star {
list-style-image: url("chrome://browser/skin/images/bookmark-default-64.png");
list-style-image: url("chrome://browser/skin/images/bookmark-default-hdpi.png");
}
#tool-star[starred="true"] {
list-style-image: url("chrome://browser/skin/images/bookmarked-default-64.png");
list-style-image: url("chrome://browser/skin/images/bookmark-starred-hdpi.png");
}
#tool-back,

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

Before

Width:  |  Height:  |  Size: 2.6 KiB

After

Width:  |  Height:  |  Size: 2.6 KiB

View File

@ -52,9 +52,9 @@ chrome.jar:
skin/images/back-default-64.png (images/back-default-64.png)
skin/images/allpages-48.png (images/allpages-48.png)
skin/images/history-48.png (images/history-48.png)
skin/images/bookmark-default-64.png (images/bookmark-default-64.png)
skin/images/bookmark-default-hdpi.png (images/bookmark-default-hdpi.png)
skin/images/bookmarks-48.png (images/bookmarks-48.png)
skin/images/bookmarked-default-64.png (images/bookmarked-default-64.png)
skin/images/bookmark-starred-hdpi.png (images/bookmark-starred-hdpi.png)
skin/images/forward-default-64.png (images/forward-default-64.png)
skin/images/downloads-default-64.png (images/downloads-default-64.png)
skin/images/settings-default-64.png (images/settings-default-64.png)