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

Side by Side Diff: chrome/browser/resources/ntp_search/mock/debug.css

Issue 10867021: NTP5: Improving the Tile Page resize logic (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Addressing Jeremy's comments Created 8 years, 4 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
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 /* ========================================================================= 5 /* =========================================================================
6 TODO(pedrosimonetti): Work around. The following rules are being used 6 TODO(pedrosimonetti): Work around. The following rules are being used
7 to temporarily hide elements we are not using, and reset the styling 7 to temporarily hide elements we are not using, and reset the styling
8 according to the new specification. 8 according to the new specification.
9 ========================================================================= */ 9 ========================================================================= */
10 10
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 height: 95%; 57 height: 95%;
58 position: absolute; 58 position: absolute;
59 text-align: center; 59 text-align: center;
60 width: 100%; 60 width: 100%;
61 } 61 }
62 62
63 .debug #page-list { 63 .debug #page-list {
64 height: 100% !important; 64 height: 100% !important;
65 } 65 }
66 66
67 .debug .animate-tile .tile-cell {
68 -webkit-transition: all 201ms ease-in-out;
69 }
70
71 .debug #page-list-menu { 67 .debug #page-list-menu {
72 background: rgb(255, 170, 255); 68 background: rgb(255, 170, 255);
73 } 69 }
74 70
75 .debug .tile-page-content { 71 .debug .tile-page-content {
76 background: rgb(119, 255, 255); 72 background: rgb(119, 255, 255);
77 } 73 }
78 74
79 .debug .tile-row { 75 .debug .tile-row {
80 background: rgb(255, 255, 119); 76 background: rgb(255, 255, 119);
81 } 77 }
82 78
83 .debug .hide-row { 79 .debug .hide-row {
84 opacity: 0.35; 80 opacity: 0.35;
85 } 81 }
86 82
87 .debug .hide-col-0 .tile-col-0, 83 .debug .hide-col-0 .tile-col-0,
88 .debug .hide-col-1 .tile-col-1, 84 .debug .hide-col-1 .tile-col-1,
89 .debug .hide-col-2 .tile-col-2, 85 .debug .hide-col-2 .tile-col-2,
90 .debug .hide-col-3 .tile-col-3, 86 .debug .hide-col-3 .tile-col-3,
91 .debug .hide-col-4 .tile-col-4, 87 .debug .hide-col-4 .tile-col-4,
92 .debug .hide-col-5 .tile-col-5, 88 .debug .hide-col-5 .tile-col-5,
93 .debug .hide-col-6 .tile-col-6, 89 .debug .hide-col-6 .tile-col-6,
94 .debug .hide-col-7 .tile-col-7, 90 .debug .hide-col-7 .tile-col-7,
95 .debug .hide-col-8 .tile-col-8, 91 .debug .hide-col-8 .tile-col-8,
96 .debug .hide-col-9 .tile-col-9 { 92 .debug .hide-col-9 .tile-col-9 {
97 background-color: lightgray; 93 background-color: lightgray;
98 } 94 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp_search/mock/mock.js » ('j') | chrome/browser/resources/ntp_search/tile_page.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698