OLD | NEW |
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 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 body { | 6 body { |
7 font-family: sans-serif; | |
8 font-size: 80%; | 7 font-size: 80%; |
9 } | 8 } |
10 | 9 |
11 button { | 10 button { |
12 display: block; | 11 display: block; |
13 font-size: 110%; | 12 font-size: 110%; |
14 font-weight: bold; | 13 font-weight: bold; |
15 margin: 10px auto; | 14 margin: 10px auto; |
16 min-height: 48px; | 15 min-height: 48px; |
17 width: 200px; | 16 width: 200px; |
18 } | 17 } |
19 | 18 |
20 .warning { | 19 .warning { |
21 color: red; | 20 color: red; |
22 font-size: 90%; | 21 font-size: 90%; |
23 font-weight: normal; | 22 font-weight: normal; |
24 } | 23 } |
25 | 24 |
26 #net-export-main { | 25 #net-export-main { |
27 margin: 8px; | 26 margin: 8px; |
28 } | 27 } |
29 | 28 |
30 #export-view-file-path-text { | 29 #export-view-file-path-text { |
31 white-space: pre-wrap; | 30 white-space: pre-wrap; |
32 word-wrap: break-word; | 31 word-wrap: break-word; |
33 } | 32 } |
OLD | NEW |