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

Side by Side Diff: chrome/browser/resources/ntp/most_visited.css

Issue 6354016: Fix layout glitches in NTP. Also, lots of naming cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blech Created 9 years, 11 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/resources/ntp/apps.js ('k') | chrome/browser/resources/ntp/most_visited.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Most Visited */ 1 /* Most Visited */
2 2
3 #most-visited-maxiview { 3 #most-visited-maxiview {
4 position: relative; 4 position: relative;
5 height: 366px; 5 height: 366px;
6 -webkit-user-select: none; 6 -webkit-user-select: none;
7 } 7 }
8 8
9 .thumbnail-container { 9 .thumbnail-container {
10 position: absolute; 10 position: absolute;
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 visibility: hidden; 267 visibility: hidden;
268 -webkit-padding-start: 3px; 268 -webkit-padding-start: 3px;
269 z-index: 3; 269 z-index: 3;
270 } 270 }
271 271
272 html[dir=rtl] #most-visited-settings { 272 html[dir=rtl] #most-visited-settings {
273 left: 0; 273 left: 0;
274 right: auto; 274 right: auto;
275 } 275 }
276 276
277 #most-visited:not(.hidden) #most-visited-settings.has-blacklist { 277 #most-visited:not(.collapsed) #most-visited-settings.has-blacklist {
278 visibility: visible; 278 visibility: visible;
279 } 279 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp/apps.js ('k') | chrome/browser/resources/ntp/most_visited.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698