diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-04 22:34:12 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-04 22:34:12 +0000 |
commit | c2e9a08485fbf79c328e4b7979e49b378d69c4be (patch) | |
tree | 8a2447c7d1fb4e643df1e3113890e38ffe2fa5e3 /chrome | |
parent | b9be25d862d9c321ca25b5b30daa9595fb086196 (diff) | |
download | chromium_src-c2e9a08485fbf79c328e4b7979e49b378d69c4be.zip chromium_src-c2e9a08485fbf79c328e4b7979e49b378d69c4be.tar.gz chromium_src-c2e9a08485fbf79c328e4b7979e49b378d69c4be.tar.bz2 |
NNTP: Update the position of the option menu.
I forgot this one in issue 159817
BUG=17944
TEST=Open the option menu. It should be placed just below the button.
Review URL: http://codereview.chromium.org/160606
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index 2dbe79b..b1588ae 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -635,9 +635,9 @@ html[dir='rtl'] #view-toolbar { position: absolute; right: 0; left: auto; - top: 53px; /* Position this below the option button. The option button - is positioned 35px from the top and has a height of 17px. We add - one to get some spacing there as well: 35 + 17 + 1 = 53 */ + top: 33px; /* Position this below the option button. The option button + is positioned 15px from the top and has a height of 17px. We add + one to get some spacing there as well: 15 + 17 + 1 = 33 */ cursor: default; pointer-events: all; min-width: 175px; |