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 body { | 5 body { |
6 margin: 10px; | 6 margin: 10px; |
7 min-width: 47em; | 7 min-width: 47em; |
8 } | 8 } |
9 | 9 |
10 a { | 10 a { |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
255 margin-top: 0.2em; | 255 margin-top: 0.2em; |
256 } | 256 } |
257 | 257 |
258 .always-allow { | 258 .always-allow { |
259 -webkit-margin-start: 30px; | 259 -webkit-margin-start: 30px; |
260 } | 260 } |
261 | 261 |
262 button { | 262 button { |
263 font-size: 104%; | 263 font-size: 104%; |
264 } | 264 } |
265 | |
266 #componentTemplate { | |
James Hawkins
2014/03/27 18:46:43
nit: IDs must be dash-form.
| |
267 visibility: hidden; | |
James Hawkins
2014/03/27 18:46:43
You should be using the hidden attribute on the el
| |
268 } | |
OLD | NEW |