OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |