| 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 #titleDiv { | 5 #titleDiv { |
| 6 margin-bottom: 10px; | 6 margin-bottom: 10px; |
| 7 } | 7 } |
| 8 | 8 |
| 9 #outerDiv { | 9 #outerDiv { |
| 10 margin: 0 40px; | 10 margin: 0 40px; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 #networkState { | 24 #networkState { |
| 25 -webkit-margin-start: 10px; | 25 -webkit-margin-start: 10px; |
| 26 font-size: 20px; | 26 font-size: 20px; |
| 27 } | 27 } |
| 28 | 28 |
| 29 #networkState[connected] { | 29 #networkState[connected] { |
| 30 color: green; | 30 color: green; |
| 31 } | 31 } |
| 32 | 32 |
| 33 #simInfoDiv { | 33 #simInfoDiv { |
| 34 margin-left: 10px; | 34 -webkit-margin-start: 10px; |
| 35 } | 35 } |
| 36 | 36 |
| 37 #infoDiv { | 37 #infoDiv { |
| 38 margin-left: 10px; | 38 -webkit-margin-start: 10px; |
| 39 } | 39 } |
| 40 | 40 |
| 41 #infoDiv span { | 41 #infoDiv span { |
| 42 margin-bottom: 8px; | 42 margin-bottom: 8px; |
| 43 } | 43 } |
| 44 | 44 |
| 45 #infoDiv cr-policy-network-indicator { |
| 46 -webkit-margin-start: 10px; |
| 47 margin-bottom: 10px; |
| 48 } |
| 49 |
| 45 #preferButton { | 50 #preferButton { |
| 46 margin: 0 7px 8px -2px; | 51 -webkit-margin-end: 7px; |
| 52 -webkit-margin-start: -2px; |
| 53 margin-bottom: 8px; |
| 47 padding: 0 | 54 padding: 0 |
| 48 } | 55 } |
| 49 | 56 |
| 50 #advancedDiv paper-button { | 57 #advancedDiv paper-button { |
| 51 --paper-button: { | 58 --paper-button: { |
| 52 text-align: start; | 59 text-align: start; |
| 53 }; | 60 }; |
| 54 } | 61 } |
| 55 | 62 |
| 56 #proxyDiv { | 63 #proxyDiv { |
| 57 max-width: 500px; | 64 max-width: 500px; |
| 58 } | 65 } |
| 59 | 66 |
| 60 paper-checkbox { | 67 div .control { |
| 61 margin-bottom: 10px; | 68 margin-bottom: 10px; |
| 62 } | 69 } |
| 63 | 70 |
| 64 cr-collapse { | 71 cr-collapse { |
| 65 margin: 10px; | 72 margin: 10px; |
| 66 } | 73 } |
| OLD | NEW |