OLD | NEW |
1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 2015 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 .section { | 5 .section { |
6 margin-bottom: 5px; | 6 margin-bottom: 5px; |
7 } | 7 } |
8 | 8 |
9 cr-collapse { | 9 cr-collapse { |
10 margin: 10px; | 10 margin: 10px; |
11 } | 11 } |
12 | 12 |
13 cr-network-icon { | 13 cr-network-icon { |
14 height: 32px; | 14 height: 32px; |
15 width: 32px; | 15 width: 32px; |
16 } | 16 } |
17 | 17 |
| 18 cr-policy-network-indicator { |
| 19 -webkit-margin-start: 10px; |
| 20 } |
| 21 |
18 #networkName, | 22 #networkName, |
19 #networkState { | 23 #networkState { |
20 -webkit-margin-start: 10px; | 24 -webkit-margin-start: 10px; |
21 font-size: 20px; | 25 font-size: 20px; |
22 } | 26 } |
23 | 27 |
24 #networkName { | 28 #networkName { |
25 font-weight: bold; | 29 font-weight: bold; |
26 } | 30 } |
27 | 31 |
(...skipping 12 matching lines...) Expand all Loading... |
40 | 44 |
41 #preferButton { | 45 #preferButton { |
42 -webkit-margin-end: 8px; | 46 -webkit-margin-end: 8px; |
43 -webkit-margin-start: -3px; | 47 -webkit-margin-start: -3px; |
44 padding: 0 | 48 padding: 0 |
45 } | 49 } |
46 | 50 |
47 #proxyDiv { | 51 #proxyDiv { |
48 max-width: 500px; | 52 max-width: 500px; |
49 } | 53 } |
OLD | NEW |