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/app/theme | |
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/app/theme')
-rw-r--r-- | chrome/app/theme/extensions_section.png | bin | 0 -> 6526 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/chrome/app/theme/extensions_section.png b/chrome/app/theme/extensions_section.png Binary files differnew file mode 100644 index 0000000..09f8da9 --- /dev/null +++ b/chrome/app/theme/extensions_section.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index bc4bcc5..b683c25 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -245,6 +245,7 @@ <include name="IDR_LOCATIONBG_POPUPMODE_EDGE" file="locationbg_readonly_edge.png" type="BINDATA" /> <include name="IDR_HISTORY_SECTION" file="history_section.png" type="BINDATA" /> <include name="IDR_DOWNLOADS_SECTION" file="downloads_section.png" type="BINDATA" /> + <include name="IDR_EXTENSIONS_SECTION" file="extensions_section.png" type="BINDATA" /> <include name="IDR_DEFAULT_THUMBNAIL" file="default_thumbnail.png" type="BINDATA" /> <include name="IDR_THROBBER_WAITING" file="throbber_waiting.png" type="BINDATA" /> <include name="IDR_THROBBER_WAITING_LIGHT" file="throbber_waiting_light.png" type="BINDATA" /> |