diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 21:57:45 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-03 21:57:45 +0000 |
commit | a02adebfb762ea7ea2490016a57efc257c25d1e6 (patch) | |
tree | f38106503983ef8fbcd33165264567a02a5426c8 /chrome/browser/resources | |
parent | 29d34cde2772ad4f0904b7e3d4d58b66bddd666a (diff) | |
download | chromium_src-a02adebfb762ea7ea2490016a57efc257c25d1e6.zip chromium_src-a02adebfb762ea7ea2490016a57efc257c25d1e6.tar.gz chromium_src-a02adebfb762ea7ea2490016a57efc257c25d1e6.tar.bz2 |
NNTP: Reduce the amount of whitespace at the top. Make the toolbar
align better with the logo and update the logo to the right size.
BUG=17944
TEST=None
Review URL: http://codereview.chromium.org/159817
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22323 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources')
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index b58387a..2335b21 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -309,7 +309,7 @@ html[dir=rtl] .thumbnail-container > .title > div { padding: 7px 15px; white-space: nowrap; display: table; - margin: 10px auto; + margin: -8px auto 5px auto; font-weight: bold; opacity: 0; -webkit-transition: opacity .15s; @@ -525,7 +525,7 @@ html[dir='rtl'] .item { -webkit-user-select: none; text-align: right; position: relative; - top: 35px; + top: 15px; } html[dir='rtl'] #view-toolbar { |