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 paper-button[raised].colored { | 5 paper-button[raised].colored { |
6 background: rgb(66, 133, 244); | 6 background: rgb(66, 133, 244); |
7 color: white; | 7 color: white; |
8 } | 8 } |
9 | 9 |
10 #header { | 10 #header { |
11 margin: 5px; | 11 margin: 5px; |
12 } | 12 } |
13 | 13 |
14 #header a { | 14 #header a { |
15 padding: 0 4px; | 15 padding: 0 4px; |
16 } | 16 } |
17 | 17 |
18 #header cr-network-icon { | |
19 height: 40px; | |
20 width: 40px; | |
21 } | |
22 | |
23 cr-network-select { | 18 cr-network-select { |
24 padding: 5px; | 19 padding: 5px; |
25 width: 500px; | 20 width: 500px; |
26 } | 21 } |
27 | 22 |
28 #refresh { | 23 #refresh { |
29 margin-top: 10px; | 24 margin-top: 10px; |
30 padding: 5px; | 25 padding: 5px; |
31 } | 26 } |
32 | 27 |
(...skipping 21 matching lines...) Expand all Loading... |
54 margin: 0; | 49 margin: 0; |
55 outline: none; | 50 outline: none; |
56 padding: 0; | 51 padding: 0; |
57 width: 20px; | 52 width: 20px; |
58 } | 53 } |
59 | 54 |
60 .state-table-expanded-cell { | 55 .state-table-expanded-cell { |
61 white-space: pre-wrap; | 56 white-space: pre-wrap; |
62 } | 57 } |
63 | 58 |
64 .state-table cr-network-icon { | 59 .state-table-icon-cell { |
65 height: 25px; | 60 height: 32px; |
66 width: 25px; | 61 width: 32px; |
67 } | 62 } |
68 | 63 |
69 #advanced-options { | 64 #advanced-options { |
70 margin-top: 10px; | 65 margin-top: 10px; |
| 66 text-align: center; |
71 } | 67 } |
OLD | NEW |