OLD | NEW |
1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 #anchor { | 6 #anchor { |
7 display: none; | 7 display: none; |
8 } | 8 } |
9 | 9 |
10 body { | 10 body { |
11 font-family: Arial, Helvetica, sans-serif; | |
12 font-size: 84%; | 11 font-size: 84%; |
13 margin: 0; | 12 margin: 0; |
14 min-width: 45em; | 13 min-width: 45em; |
15 padding: 0.75em; | 14 padding: 0.75em; |
16 } | 15 } |
17 | 16 |
18 .global-button { | 17 .global-button { |
19 margin: 1px 3px 0 3px; | 18 margin: 1px 3px 0 3px; |
20 } | 19 } |
21 | 20 |
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
163 } | 162 } |
164 | 163 |
165 .number-expanded .stat-value { | 164 .number-expanded .stat-value { |
166 display: auto; | 165 display: auto; |
167 } | 166 } |
168 | 167 |
169 #status { | 168 #status { |
170 color: rgb(255, 0, 0); | 169 color: rgb(255, 0, 0); |
171 margin: .5em 0; | 170 margin: .5em 0; |
172 } | 171 } |
OLD | NEW |