diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 01:29:53 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-23 01:29:53 +0000 |
commit | 58bf86404acb1f5976f38ece94174c0ec3f0c1fa (patch) | |
tree | bb91c537b1daf808e4e0c6410494ef6aa871c05f /chrome/browser/resources/new_new_tab.css | |
parent | d22935f1a195ec87e16043fe054bdef99cda783a (diff) | |
download | chromium_src-58bf86404acb1f5976f38ece94174c0ec3f0c1fa.zip chromium_src-58bf86404acb1f5976f38ece94174c0ec3f0c1fa.tar.gz chromium_src-58bf86404acb1f5976f38ece94174c0ec3f0c1fa.tar.bz2 |
Tweak thumbnail sizes a bit so it the NNTP looks better side by side on
a 1920x1200 screen.
Also, tweak the default size of new windows slightly. In case we decide
to use side by side windows size the window in such a way that 2
windows fit on the screen and have the kWindowTilePixels spacing
between each other and the screen edges.
BUG=None
TEST=Show two windows side. On a 1920x1200 screen they should both be
showing the thumbnails in normal size.
Review URL: http://codereview.chromium.org/155930
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21364 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/resources/new_new_tab.css')
-rw-r--r-- | chrome/browser/resources/new_new_tab.css | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/chrome/browser/resources/new_new_tab.css b/chrome/browser/resources/new_new_tab.css index a2a38b3..a81e6b8 100644 --- a/chrome/browser/resources/new_new_tab.css +++ b/chrome/browser/resources/new_new_tab.css @@ -11,7 +11,7 @@ body { background: url(chrome://theme/product_logo) no-repeat 0 8px; position: relative; margin: 0 auto; - width: 940px; + width: 920px; -webkit-transition: width .15s; } @@ -32,7 +32,7 @@ html[anim='false'] *, position: relative; padding: 0; margin-bottom: 34px; - height: 372px; + height: 366px; -webkit-user-select: none; -webkit-transition: height .15s, opacity .15s; } @@ -57,8 +57,8 @@ html[anim='false'] *, .thumbnail, .thumbnail-container > .title { - width: 212px; /* natural size is 196 */ - height: 132px; /* 136 */ + width: 207px; /* natural size is 196 */ + height: 129px; /* 136 */ -webkit-transition: width .15s, height .15s; } @@ -529,7 +529,7 @@ html[dir='rtl'] #view-toolbar { #lower-sections > .section { -webkit-transition: width .15s, opacity .15s, left .15s; -webkit-box-sizing: border-box; - width: 460px; /* Set default size so we don't have to do a js layout at + width: 450px; /* Set default size so we don't have to do a js layout at load */ } @@ -639,24 +639,24 @@ html[dir='rtl'] #option-menu { } #t1, #t5 { - left: 240px; + left: 235px; } #t2, #t6 { - left: 480px; + left: 470px; } #t3, #t7 { - left: 720px; + left: 705px; } #t4, #t5, #t6, #t7 { - top: 186px; + top: 183px; } /* small */ -@media (max-width: 940px) { +@media (max-width: 920px) { #main { width: 692px; |