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-size: 80%; | 7 font-size: 80%; |
8 } | 8 } |
9 | 9 |
10 button { | 10 button { |
(...skipping 16 matching lines...) Expand all Loading... |
27 } | 27 } |
28 | 28 |
29 #net-export-main { | 29 #net-export-main { |
30 margin: 8px; | 30 margin: 8px; |
31 } | 31 } |
32 | 32 |
33 #export-view-file-path-text { | 33 #export-view-file-path-text { |
34 white-space: pre-wrap; | 34 white-space: pre-wrap; |
35 word-wrap: break-word; | 35 word-wrap: break-word; |
36 } | 36 } |
OLD | NEW |