mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 518199: revise styling of bookmark editing panel [r=gavin.sharp]
This commit is contained in:
parent
db311dec43
commit
916a55a715
@ -891,6 +891,10 @@ var BookmarkHelper = {
|
||||
}, 0);
|
||||
},
|
||||
|
||||
save: function BH_save() {
|
||||
this._editor.stopEditing(true);
|
||||
},
|
||||
|
||||
close: function BH_close() {
|
||||
BrowserUI.updateStar();
|
||||
|
||||
|
@ -62,6 +62,7 @@ autocompleteresult[value=""]:not(:first-child) {
|
||||
|
||||
placeitem {
|
||||
-moz-binding: url("chrome://browser/content/bindings.xml#place-item");
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
placeitem[type="folder"] {
|
||||
|
@ -315,7 +315,10 @@
|
||||
|
||||
<vbox id="bookmark-container" hidden="true" class="panel-dark window-width">
|
||||
<hbox id="bookmark-form" align="start">
|
||||
<image id="bookmark-image" src="chrome://browser/skin/images/starred-default-64.png"/>
|
||||
<image id="bookmark-image"/>
|
||||
</hbox>
|
||||
<hbox pack="center">
|
||||
<button class="button-dark" label="&editBookmarkDone.label;" oncommand="BookmarkHelper.save();"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
|
||||
|
@ -714,17 +714,21 @@ box[type="documenttab"]:only-child .documenttab-close {
|
||||
/* bookmark editor ------------------------------------------------------- */
|
||||
#bookmark-container {
|
||||
padding: 1mm; /* core spacing */
|
||||
-moz-box-shadow: black 0 0.25mm 0.25mm;
|
||||
}
|
||||
|
||||
#bookmark-form {
|
||||
background-color: #fff;
|
||||
padding: 1mm; /* core spacing */
|
||||
}
|
||||
|
||||
#bookmark-form button.bookmark-remove {
|
||||
#bookmark-form .bookmark-controls {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#bookmark-image {
|
||||
list-style-image: url("images/star-40.png");
|
||||
}
|
||||
|
||||
/* Identity popup -------------------------------------------------------- */
|
||||
#identity-container {
|
||||
border-bottom: 0.1mm solid grey;
|
||||
|
BIN
mobile/themes/hildon/images/star-40.png
Normal file
BIN
mobile/themes/hildon/images/star-40.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
@ -21,14 +21,14 @@ chrome.jar:
|
||||
images/arrowrightdark-16.png (images/arrowrightdark-16.png)
|
||||
images/ratings-18.png (images/ratings-18.png)
|
||||
images/favicon-default-30.png (images/favicon-default-30.png)
|
||||
images/starred-64.png (images/starred-64.png)
|
||||
images/star-40.png (images/star-40.png)
|
||||
images/star-24.png (images/star-24.png)
|
||||
images/throbber.png (images/throbber.png)
|
||||
images/navigation-magnifier-30.png (images/navigation-magnifier-30.png)
|
||||
images/folder-30.png (images/folder-30.png)
|
||||
images/stop-30.png (images/stop-30.png)
|
||||
images/reload-30.png (images/reload-30.png)
|
||||
images/go-30.png (images/go-30.png)
|
||||
images/star-24.png (images/star-24.png)
|
||||
images/addons-default-64.png (images/addons-default-64.png)
|
||||
images/addons-active-64.png (images/addons-active-64.png)
|
||||
images/back-default-64.png (images/back-default-64.png)
|
||||
|
@ -286,6 +286,11 @@ box[type="documenttab"] .documenttab-close {
|
||||
list-style-image: url("images/newtab-active-64.png");
|
||||
}
|
||||
|
||||
/* bookmark editor ------------------------------------------------------- */
|
||||
#bookmark-image {
|
||||
list-style-image: url("images/star-40.png");
|
||||
}
|
||||
|
||||
/* Popup Icons */
|
||||
#identity-popup-icon {
|
||||
padding: 0;
|
||||
|
@ -286,6 +286,11 @@ box[type="documenttab"] .documenttab-close {
|
||||
list-style-image: url("images/newtab-active-36.png");
|
||||
}
|
||||
|
||||
/* bookmark editor ------------------------------------------------------- */
|
||||
#bookmark-image {
|
||||
list-style-image: url("images/star-24.png");
|
||||
}
|
||||
|
||||
/* Popup Icons */
|
||||
#identity-popup-icon {
|
||||
padding: 0;
|
||||
|
@ -446,15 +446,15 @@ box[type="documenttab"]:only-child .documenttab-close {
|
||||
|
||||
/* bookmark editor ------------------------------------------------------- */
|
||||
#bookmark-container {
|
||||
padding: 1.1mm; /* core spacing */
|
||||
padding: 1mm; /* core spacing */
|
||||
-moz-box-shadow: black 0 0.25mm 0.25mm;
|
||||
}
|
||||
|
||||
#bookmark-form {
|
||||
background-color: #fff;
|
||||
padding: 1.1mm; /* core spacing */
|
||||
padding: 1mm; /* core spacing */
|
||||
}
|
||||
|
||||
#bookmark-form button.bookmark-remove {
|
||||
#bookmark-form .bookmark-controls {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
BIN
mobile/themes/wince/images/star-40.png
Normal file
BIN
mobile/themes/wince/images/star-40.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.0 KiB |
Binary file not shown.
Before Width: | Height: | Size: 3.8 KiB |
@ -21,7 +21,7 @@ chrome.jar:
|
||||
images/arrowrightdark-16.png (images/arrowrightdark-16.png)
|
||||
images/ratings-18.png (images/ratings-18.png)
|
||||
images/favicon-default-30.png (images/favicon-default-30.png)
|
||||
images/starred-64.png (images/starred-64.png)
|
||||
images/star-40.png (images/star-40.png)
|
||||
images/throbber.png (images/throbber.png)
|
||||
images/navigation-magnifier-30.png (images/navigation-magnifier-30.png)
|
||||
images/folder-30.png (images/folder-30.png)
|
||||
@ -107,7 +107,6 @@ chrome.jar:
|
||||
images/settings-active-36.png (images/settings-active-36.png)
|
||||
images/settings-default-36.png (images/settings-default-36.png)
|
||||
images/settings-open-36.png (images/settings-open-36.png)
|
||||
images/starred-36.png (images/starred-36.png)
|
||||
images/newtab-default-36.png (images/newtab-default-36.png)
|
||||
images/newtab-active-36.png (images/newtab-active-36.png)
|
||||
images/navigation-magnifier-16.png (images/navigation-magnifier-16.png)
|
||||
|
Loading…
x
Reference in New Issue
Block a user