diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 20:41:17 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-28 20:41:17 +0000 |
commit | 43697beaf68c2da90b7ea24838035c88e757af75 (patch) | |
tree | 7710ae9867c8e238e184e1b02ea5c9e27a30eeef /chrome/browser/resources | |
parent | fae20799882ef797ae9cb5a169c3a60680fa66c2 (diff) | |
download | chromium_src-43697beaf68c2da90b7ea24838035c88e757af75.zip chromium_src-43697beaf68c2da90b7ea24838035c88e757af75.tar.gz chromium_src-43697beaf68c2da90b7ea24838035c88e757af75.tar.bz2 |
Standardize on the plugin icon (puzzle piece) as the default icon for
install dialogs and the management ui page.
Also changed the margins on the body to match the download page and
the history page so it doesn't look as bad when you switch between them.
TEST=Install an extension without an icon and you should see the puzzle
piece icon in the install dialog.
TEST=Open the chrome://extensions page and you should see the same icon
in the top left corner.
BUG=25906
Review URL: http://codereview.chromium.org/344014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30384 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rwxr-xr-x | chrome/browser/resources/default_extension_icon_128.png | bin | 7384 -> 0 bytes | |||
-rw-r--r-- | chrome/browser/resources/extensions_ui.html | 12 |
2 files changed, 4 insertions, 8 deletions
diff --git a/chrome/browser/resources/default_extension_icon_128.png b/chrome/browser/resources/default_extension_icon_128.png Binary files differdeleted file mode 100755 index 7e72613..0000000 --- a/chrome/browser/resources/default_extension_icon_128.png +++ /dev/null diff --git a/chrome/browser/resources/extensions_ui.html b/chrome/browser/resources/extensions_ui.html index ee8623a..21b35446 100644 --- a/chrome/browser/resources/extensions_ui.html +++ b/chrome/browser/resources/extensions_ui.html @@ -7,12 +7,8 @@ body { font-size: 87%; font-family: Helvetica, Arial, sans-serif; - margin: 0; + margin: 10px; min-width: 47em; - padding-bottom: 0.75em; - padding-left: 1.5em; - padding-right: 2em; - padding-top: 0.75em; } a { @@ -29,12 +25,12 @@ div#header { position: relative; } div#header h1 { - background: url('extensions_ui_page_logo.png') 0px 60% no-repeat; + background: url('../../app/theme/extensions_section.png') 0px 20px no-repeat; display: inline; margin: 0; - padding-bottom: 35px; + padding-bottom: 43px; padding-left: 75px; - padding-top: 35px; + padding-top: 40px; } h1 { |