Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5302)

Unified Diff: chrome/browser/resources/new_new_tab.css

Issue 150194: Fix performance issues with NNTP.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/new_new_tab.css
===================================================================
--- chrome/browser/resources/new_new_tab.css (revision 19722)
+++ chrome/browser/resources/new_new_tab.css (working copy)
@@ -540,18 +540,20 @@
#lower-sections .section {
-webkit-transition: width .5s, opacity .5s, left .5s;
-webkit-box-sizing: border-box;
+ width: 460px; /* Set default size so we don't have to do a js layout at
+ load */
}
+.small #lower-sections .section {
+ width: 336px; /* Same here, see above */
+}
+
#lower-sections .spacer {
width: 20px;
-webkit-transition: width .5s;
display: inline-block;
}
-.loading * {
- -webkit-transition: none;
-}
-
#thumb-checkbox {
background-image: url(chrome://theme/newtab_thumb_off);
}
« no previous file with comments | « no previous file | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698