diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 20:42:54 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-15 20:42:54 +0000 |
commit | f409f566b898a7b10e1baceecbcaa26cfd0b17f3 (patch) | |
tree | 475c09c88b6159ccd447204ae54b565b07f25113 /chrome/app | |
parent | 72a9cd3f9e52ff4ff16df9bb018a23c08e455af7 (diff) | |
download | chromium_src-f409f566b898a7b10e1baceecbcaa26cfd0b17f3.zip chromium_src-f409f566b898a7b10e1baceecbcaa26cfd0b17f3.tar.gz chromium_src-f409f566b898a7b10e1baceecbcaa26cfd0b17f3.tar.bz2 |
Make the omnibox popup look nicer. Add dropshadow images (not final). Experiment with some effects.
Adds a positioner interface that allows the popup to size itself to the width of the edit view + the width of the star and go buttons. (Basically the toolbar needs to help the popup position itself).
No results yet!
Review URL: http://codereview.chromium.org/68011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13784 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/theme/omnibox_b.png | bin | 0 -> 129 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_bl.png | bin | 0 -> 247 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_br.png | bin | 0 -> 252 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_l.png | bin | 0 -> 123 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_r.png | bin | 0 -> 123 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_t.png | bin | 0 -> 117 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_tl.png | bin | 0 -> 207 bytes | |||
-rw-r--r-- | chrome/app/theme/omnibox_tr.png | bin | 0 -> 217 bytes | |||
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 8 |
9 files changed, 8 insertions, 0 deletions
diff --git a/chrome/app/theme/omnibox_b.png b/chrome/app/theme/omnibox_b.png Binary files differnew file mode 100644 index 0000000..f278cada --- /dev/null +++ b/chrome/app/theme/omnibox_b.png diff --git a/chrome/app/theme/omnibox_bl.png b/chrome/app/theme/omnibox_bl.png Binary files differnew file mode 100644 index 0000000..66e4e2a --- /dev/null +++ b/chrome/app/theme/omnibox_bl.png diff --git a/chrome/app/theme/omnibox_br.png b/chrome/app/theme/omnibox_br.png Binary files differnew file mode 100644 index 0000000..8f5684e --- /dev/null +++ b/chrome/app/theme/omnibox_br.png diff --git a/chrome/app/theme/omnibox_l.png b/chrome/app/theme/omnibox_l.png Binary files differnew file mode 100644 index 0000000..72f56ad --- /dev/null +++ b/chrome/app/theme/omnibox_l.png diff --git a/chrome/app/theme/omnibox_r.png b/chrome/app/theme/omnibox_r.png Binary files differnew file mode 100644 index 0000000..4489da5 --- /dev/null +++ b/chrome/app/theme/omnibox_r.png diff --git a/chrome/app/theme/omnibox_t.png b/chrome/app/theme/omnibox_t.png Binary files differnew file mode 100644 index 0000000..6516c51 --- /dev/null +++ b/chrome/app/theme/omnibox_t.png diff --git a/chrome/app/theme/omnibox_tl.png b/chrome/app/theme/omnibox_tl.png Binary files differnew file mode 100644 index 0000000..55bb092 --- /dev/null +++ b/chrome/app/theme/omnibox_tl.png diff --git a/chrome/app/theme/omnibox_tr.png b/chrome/app/theme/omnibox_tr.png Binary files differnew file mode 100644 index 0000000..b4a8777 --- /dev/null +++ b/chrome/app/theme/omnibox_tr.png diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index c02a800..2a461c1 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -309,6 +309,14 @@ <include name="IDR_DOCK_HIGH" file="dock_tab_high.png" type="BINDATA" /> <include name="IDR_DOCK_WIDE" file="dock_tab_wide.png" type="BINDATA" /> <include name="IDR_MENU_BOOKMARK" file="menu_bookmark.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_L" file="omnibox_l.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_TL" file="omnibox_tl.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_T" file="omnibox_t.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_TR" file="omnibox_tr.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_R" file="omnibox_r.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_BR" file="omnibox_br.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_B" file="omnibox_b.png" type="BINDATA" /> + <include name="IDR_OMNIBOX_POPUP_DS_BL" file="omnibox_bl.png" type="BINDATA" /> <include name="IDR_O2_GLOBE" file="o2_globe.png" type="BINDATA" /> <include name="IDR_O2_HISTORY" file="o2_history.png" type="BINDATA" /> <include name="IDR_O2_MORE" file="o2_more.png" type="BINDATA" /> |