mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug 426745: Increase padding for prefpane icons (options, page info, addon manager), patch by Mike Beltzner <beltzner@mozilla.com>, r+a=mconnor
This commit is contained in:
parent
cb83e7c0f7
commit
f11d5e8c9f
@ -41,6 +41,7 @@
|
||||
/* Global Styles */
|
||||
#BrowserPreferences radio[pane] {
|
||||
list-style-image: url("chrome://browser/skin/preferences/Options.png");
|
||||
padding: 5px 3px 1px;
|
||||
}
|
||||
|
||||
radio[pane=paneMain] {
|
||||
|
@ -380,7 +380,7 @@ vbox[typeName="status"][type="header-recommended"] {
|
||||
#viewGroup radio {
|
||||
-moz-appearance: none;
|
||||
margin: 0px 1px 0px 1px;
|
||||
padding: 1px 3px 1px 3px;
|
||||
padding: 5px 3px 1px;
|
||||
min-width: 4.5em;
|
||||
list-style-image: url("chrome://mozapps/skin/extensions/viewButtons.png");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user