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

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

Issue 11428075: NTP5: Implementing two rows option for Apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: NTP5: Implementing two rows option for Apps Created 8 years 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
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 26 matching lines...) Expand all
37 37
38 .debug #dot-list, 38 .debug #dot-list,
39 .debug .tile-page-content { 39 .debug .tile-page-content {
40 background: rgb(119, 255, 255); 40 background: rgb(119, 255, 255);
41 } 41 }
42 42
43 .debug .tile-row { 43 .debug .tile-row {
44 background: rgb(255, 255, 119); 44 background: rgb(255, 255, 119);
45 } 45 }
46 46
47 .debug #bookmark-bar-spacer {
48 background: rgb(255, 255, 119);
49 }
50
47 .debug .hide-col-0 .tile-col-0, 51 .debug .hide-col-0 .tile-col-0,
48 .debug .hide-col-1 .tile-col-1, 52 .debug .hide-col-1 .tile-col-1,
49 .debug .hide-col-2 .tile-col-2, 53 .debug .hide-col-2 .tile-col-2,
50 .debug .hide-col-3 .tile-col-3, 54 .debug .hide-col-3 .tile-col-3,
51 .debug .hide-col-4 .tile-col-4, 55 .debug .hide-col-4 .tile-col-4,
52 .debug .hide-col-5 .tile-col-5, 56 .debug .hide-col-5 .tile-col-5,
53 .debug .hide-col-6 .tile-col-6, 57 .debug .hide-col-6 .tile-col-6,
54 .debug .hide-col-7 .tile-col-7, 58 .debug .hide-col-7 .tile-col-7,
55 .debug .hide-col-8 .tile-col-8, 59 .debug .hide-col-8 .tile-col-8,
56 .debug .hide-col-9 .tile-col-9 { 60 .debug .hide-col-9 .tile-col-9 {
57 background-color: lightgray; 61 background-color: lightgray;
58 } 62 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/ntp_search/apps_page.js ('k') | chrome/browser/resources/ntp_search/nav_dot.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698