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

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: 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 21 matching lines...) Expand all
32 margin: 0 auto; 32 margin: 0 auto;
33 } 33 }
34 34
35 #ntp5 .dot { 35 #ntp5 .dot {
36 display: inline-block; 36 display: inline-block;
37 max-width: 119px; 37 max-width: 119px;
38 } 38 }
39 39
40 #ntp5 .dot input { 40 #ntp5 .dot input {
41 color: #666; 41 color: #666;
42 font-size: 1.1667em;
43 font-weight: normal; 42 font-weight: normal;
44 text-align: center; 43 text-align: center;
45 } 44 }
46 45
47 #ntp5 #dot-list .dot.selected input { 46 #ntp5 #dot-list .dot.selected input {
48 color: rgb(221, 75, 57); 47 color: rgb(221, 75, 57);
49 } 48 }
50 49
51 #ntp5 #page-list { 50 #ntp5 #page-list {
52 margin-top: 0; 51 margin-top: 0;
(...skipping 30 matching lines...) Expand all
83 height: 95%; 82 height: 95%;
84 position: absolute; 83 position: absolute;
85 text-align: center; 84 text-align: center;
86 width: 100%; 85 width: 100%;
87 } 86 }
88 87
89 .debug #page-list { 88 .debug #page-list {
90 height: 100% !important; 89 height: 100% !important;
91 } 90 }
92 91
93 .debug .animate-tile .tile-cell {
94 -webkit-transition: all 201ms ease-in-out;
95 }
96
97 .debug #page-list-menu { 92 .debug #page-list-menu {
98 background: rgb(255, 170, 255); 93 background: rgb(255, 170, 255);
99 } 94 }
100 95
101 .debug .tile-page-content { 96 .debug .tile-page-content {
102 background: rgb(119, 255, 255); 97 background: rgb(119, 255, 255);
103 } 98 }
104 99
105 .debug .tile-row { 100 .debug .tile-row {
106 background: rgb(255, 255, 119); 101 background: rgb(255, 255, 119);
107 } 102 }
108 103
109 .debug .hide-row { 104 .debug .hide-row {
110 opacity: 0.35; 105 opacity: 0.35;
111 } 106 }
112 107
113 .debug .hide-col-0 .tile-col-0, 108 .debug .hide-col-0 .tile-col-0,
114 .debug .hide-col-1 .tile-col-1, 109 .debug .hide-col-1 .tile-col-1,
115 .debug .hide-col-2 .tile-col-2, 110 .debug .hide-col-2 .tile-col-2,
116 .debug .hide-col-3 .tile-col-3, 111 .debug .hide-col-3 .tile-col-3,
117 .debug .hide-col-4 .tile-col-4, 112 .debug .hide-col-4 .tile-col-4,
118 .debug .hide-col-5 .tile-col-5, 113 .debug .hide-col-5 .tile-col-5,
119 .debug .hide-col-6 .tile-col-6, 114 .debug .hide-col-6 .tile-col-6,
120 .debug .hide-col-7 .tile-col-7, 115 .debug .hide-col-7 .tile-col-7,
121 .debug .hide-col-8 .tile-col-8, 116 .debug .hide-col-8 .tile-col-8,
122 .debug .hide-col-9 .tile-col-9 { 117 .debug .hide-col-9 .tile-col-9 {
123 background-color: lightgray; 118 background-color: lightgray;
124 } 119 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp_search/mock/mock.js » ('j') | chrome/browser/resources/ntp_search/new_tab.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698