summaryrefslogtreecommitdiffstats
path: root/chrome/app/theme
diff options
context:
space:
mode:
authorfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-09 13:38:34 +0000
committerfinnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-01-09 13:38:34 +0000
commita2094171817c406b5140e32eaf1ad80156e3f3f1 (patch)
treee207079264cd99b00b1c29ed6ccad51a1a06d1fa /chrome/app/theme
parent3e34897d3dc7413ebe33734aba3695bb0795dbd9 (diff)
downloadchromium_src-a2094171817c406b5140e32eaf1ad80156e3f3f1.zip
chromium_src-a2094171817c406b5140e32eaf1ad80156e3f3f1.tar.gz
chromium_src-a2094171817c406b5140e32eaf1ad80156e3f3f1.tar.bz2
Change the appearance of the App Notification bubble.
- Smaller, more compact bubble. - Bubble can now be smaller than width of anchor node. - New arrow image provided which makes the arrow smaller. - Title increases in size just a tad bit (when expanded). - Title (in bubble collapsed mode) has some transparency mask on the right side, suggesting to the user that not all the text is visible. BUG=108678 TEST=Visual inspection of the bubble, both expanded and collapsed. Review URL: http://codereview.chromium.org/9046002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116863 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/theme')
-rw-r--r--chrome/app/theme/theme_resources_large.grd3
-rw-r--r--chrome/app/theme/theme_resources_standard.grd3
2 files changed, 6 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources_large.grd b/chrome/app/theme/theme_resources_large.grd
index 729d54b..4278ec6 100644
--- a/chrome/app/theme/theme_resources_large.grd
+++ b/chrome/app/theme/theme_resources_large.grd
@@ -11,6 +11,9 @@
<!-- KEEP THESE IN ALPHABETICAL ORDER AND SYNCHRONIZED WITH
theme_resources_standard.grd. THIS MEANS THAT EACH ICON IN THIS FILE
MUST HAVE AN EQUIVALENT ICON IN THE OTHER FILE.-->
+ <include name="IDR_APP_NOTIFICATION_NUB" file="nub.png" type="BINDATA" />
+ <include name="IDR_APP_NOTIFICATION_NUB_MASK" file="nub_mask.png" type="BINDATA" />
+ <include name="IDR_APP_NOTIFICATION_SMALL_BUBBLE" file="small_bubble.png" type="BINDATA" />
<include name="IDR_BACK" file="large_back.png" type="BINDATA" />
<include name="IDR_BACK_D" file="large_back_d.png" type="BINDATA" />
<include name="IDR_BACK_H" file="large_back_h.png" type="BINDATA" />
diff --git a/chrome/app/theme/theme_resources_standard.grd b/chrome/app/theme/theme_resources_standard.grd
index 53b3ada..61bf7a6 100644
--- a/chrome/app/theme/theme_resources_standard.grd
+++ b/chrome/app/theme/theme_resources_standard.grd
@@ -14,6 +14,9 @@
<!-- KEEP THESE IN ALPHABETICAL ORDER AND SYNCHRONIZED WITH
theme_resources_large.grd. THIS MEANS THAT EACH ICON IN THIS FILE
MUST HAVE AN EQUIVALENT ICON IN THE OTHER FILE.-->
+ <include name="IDR_APP_NOTIFICATION_NUB" file="nub.png" type="BINDATA" />
+ <include name="IDR_APP_NOTIFICATION_NUB_MASK" file="nub_mask.png" type="BINDATA" />
+ <include name="IDR_APP_NOTIFICATION_SMALL_BUBBLE" file="small_bubble.png" type="BINDATA" />
<include name="IDR_BACK" file="back.png" type="BINDATA" />
<include name="IDR_BACK_D" file="back_d.png" type="BINDATA" />
<include name="IDR_BACK_H" file="back_h.png" type="BINDATA" />