From 55af4046de847a9f423336d10ac4230c45ac2603 Mon Sep 17 00:00:00 2001 From: "pkasting@chromium.org" Date: Wed, 25 Feb 2009 17:16:02 +0000 Subject: Make non-glass popups match new mockup from Glen. Unfortunately glass popups can't be made to match the mockup unless we want to completely reimplement Windows titlebar drawing, so I'm leaving them pretty much unchanged :( BUG=7569 Review URL: http://codereview.chromium.org/28072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10341 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/theme/locationbg_readonly_center.png | Bin 177 -> 169 bytes chrome/app/theme/locationbg_readonly_edge.png | Bin 0 -> 180 bytes chrome/app/theme/locationbg_readonly_left.png | Bin 126 -> 0 bytes chrome/app/theme/locationbg_readonly_right.png | Bin 127 -> 0 bytes chrome/app/theme/theme_resources.grd | 3 +-- 5 files changed, 1 insertion(+), 2 deletions(-) create mode 100644 chrome/app/theme/locationbg_readonly_edge.png delete mode 100644 chrome/app/theme/locationbg_readonly_left.png delete mode 100644 chrome/app/theme/locationbg_readonly_right.png (limited to 'chrome/app/theme') diff --git a/chrome/app/theme/locationbg_readonly_center.png b/chrome/app/theme/locationbg_readonly_center.png index d13d279..effd919 100644 Binary files a/chrome/app/theme/locationbg_readonly_center.png and b/chrome/app/theme/locationbg_readonly_center.png differ diff --git a/chrome/app/theme/locationbg_readonly_edge.png b/chrome/app/theme/locationbg_readonly_edge.png new file mode 100644 index 0000000..ce4a34c Binary files /dev/null and b/chrome/app/theme/locationbg_readonly_edge.png differ diff --git a/chrome/app/theme/locationbg_readonly_left.png b/chrome/app/theme/locationbg_readonly_left.png deleted file mode 100644 index 07b0fb8..0000000 Binary files a/chrome/app/theme/locationbg_readonly_left.png and /dev/null differ diff --git a/chrome/app/theme/locationbg_readonly_right.png b/chrome/app/theme/locationbg_readonly_right.png deleted file mode 100644 index fe932dc..0000000 Binary files a/chrome/app/theme/locationbg_readonly_right.png and /dev/null differ diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 12d25d7..a443a57 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -265,9 +265,8 @@ - - + -- cgit v1.1