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

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

Issue 10907065: NTP5: Fix page blacklisting and remove recently closed tabs when they're clicked. Fix the styling … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 8 years, 3 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
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 24 matching lines...) Expand all
35 border-radius: 2px; 35 border-radius: 2px;
36 opacity: 1; 36 opacity: 1;
37 } 37 }
38 38
39 #ntp5 .tile-page-content { 39 #ntp5 .tile-page-content {
40 padding: 0; 40 padding: 0;
41 } 41 }
42 42
43 #ntp5 #notification-container { 43 #ntp5 #notification-container {
44 bottom: inherit; 44 bottom: inherit;
45 position: absolute;
46 top: 32px;
45 } 47 }
46 48
47 /* ========================================================================= 49 /* =========================================================================
48 End of work around 50 End of work around
49 ========================================================================= */ 51 ========================================================================= */
50 52
51 /* ----------------------------------------------------------------------------- 53 /* -----------------------------------------------------------------------------
52 Debug 54 Debug
53 ----------------------------------------------------------------------------- */ 55 ----------------------------------------------------------------------------- */
54 56
(...skipping 30 matching lines...) Expand all
85 .debug .hide-col-2 .tile-col-2, 87 .debug .hide-col-2 .tile-col-2,
86 .debug .hide-col-3 .tile-col-3, 88 .debug .hide-col-3 .tile-col-3,
87 .debug .hide-col-4 .tile-col-4, 89 .debug .hide-col-4 .tile-col-4,
88 .debug .hide-col-5 .tile-col-5, 90 .debug .hide-col-5 .tile-col-5,
89 .debug .hide-col-6 .tile-col-6, 91 .debug .hide-col-6 .tile-col-6,
90 .debug .hide-col-7 .tile-col-7, 92 .debug .hide-col-7 .tile-col-7,
91 .debug .hide-col-8 .tile-col-8, 93 .debug .hide-col-8 .tile-col-8,
92 .debug .hide-col-9 .tile-col-9 { 94 .debug .hide-col-9 .tile-col-9 {
93 background-color: lightgray; 95 background-color: lightgray;
94 } 96 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698