OLD | NEW |
1 /* | 1 /* |
2 * Copyright (c) 2011 The Chromium Authors. All rights reserved. | 2 * Copyright (c) 2012 The Chromium Authors. All rights reserved. |
3 * Use of this source code is governed by a BSD-style license that can be | 3 * Use of this source code is governed by a BSD-style license that can be |
4 * found in the LICENSE file. | 4 * found in the LICENSE file. |
5 */ | 5 */ |
6 | 6 |
7 body { | 7 body { |
8 margin: 10px; | 8 margin: 10px; |
9 min-width: 47em; | 9 min-width: 47em; |
10 } | 10 } |
11 | 11 |
12 a { | 12 a { |
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
242 -webkit-padding-start: 0.4em; | 242 -webkit-padding-start: 0.4em; |
243 } | 243 } |
244 | 244 |
245 /* Match the indentation of .plugin-text. */ | 245 /* Match the indentation of .plugin-text. */ |
246 .plugin-actions { | 246 .plugin-actions { |
247 -webkit-padding-start: 5px; | 247 -webkit-padding-start: 5px; |
248 margin-top: 0.2em; | 248 margin-top: 0.2em; |
249 margin-bottom: 0.2em; | 249 margin-bottom: 0.2em; |
250 } | 250 } |
251 | 251 |
| 252 .always-allow { |
| 253 -webkit-margin-start: 30px; |
| 254 } |
| 255 |
252 button { | 256 button { |
253 font-size: 104%; | 257 font-size: 104%; |
254 } | 258 } |
OLD | NEW |