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

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 and respond to Evan's comments. 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
« no previous file with comments | « no previous file | chrome/browser/resources/ntp_search/most_visited_page.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 border-radius: 2px; 32 border-radius: 2px;
33 opacity: 1; 33 opacity: 1;
34 } 34 }
35 35
36 #ntp5 .tile-page-content { 36 #ntp5 .tile-page-content {
37 padding: 0; 37 padding: 0;
38 } 38 }
39 39
40 #ntp5 #notification-container { 40 #ntp5 #notification-container {
41 bottom: inherit; 41 bottom: inherit;
42 position: absolute;
43 top: 32px;
42 } 44 }
43 45
44 /* ========================================================================= 46 /* =========================================================================
45 End of work around 47 End of work around
46 ========================================================================= */ 48 ========================================================================= */
47 49
48 /* ----------------------------------------------------------------------------- 50 /* -----------------------------------------------------------------------------
49 Debug 51 Debug
50 ----------------------------------------------------------------------------- */ 52 ----------------------------------------------------------------------------- */
51 53
(...skipping 30 matching lines...) Expand all
82 .debug .hide-col-2 .tile-col-2, 84 .debug .hide-col-2 .tile-col-2,
83 .debug .hide-col-3 .tile-col-3, 85 .debug .hide-col-3 .tile-col-3,
84 .debug .hide-col-4 .tile-col-4, 86 .debug .hide-col-4 .tile-col-4,
85 .debug .hide-col-5 .tile-col-5, 87 .debug .hide-col-5 .tile-col-5,
86 .debug .hide-col-6 .tile-col-6, 88 .debug .hide-col-6 .tile-col-6,
87 .debug .hide-col-7 .tile-col-7, 89 .debug .hide-col-7 .tile-col-7,
88 .debug .hide-col-8 .tile-col-8, 90 .debug .hide-col-8 .tile-col-8,
89 .debug .hide-col-9 .tile-col-9 { 91 .debug .hide-col-9 .tile-col-9 {
90 background-color: lightgray; 92 background-color: lightgray;
91 } 93 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp_search/most_visited_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698