| 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 29 matching lines...) Expand all  Loading... | 
| 40 | 40 | 
| 41 #infoDiv span { | 41 #infoDiv span { | 
| 42   margin-bottom: 8px; | 42   margin-bottom: 8px; | 
| 43 } | 43 } | 
| 44 | 44 | 
| 45 #preferButton { | 45 #preferButton { | 
| 46   margin: 0 7px 8px -2px; | 46   margin: 0 7px 8px -2px; | 
| 47   padding: 0 | 47   padding: 0 | 
| 48 } | 48 } | 
| 49 | 49 | 
| 50 #advancedDiv cr-button { | 50 #advancedDiv paper-button { | 
| 51   --paper-button: { | 51   --paper-button: { | 
| 52     text-align: start; | 52     text-align: start; | 
| 53   }; | 53   }; | 
| 54 } | 54 } | 
| 55 | 55 | 
| 56 #proxyDiv { | 56 #proxyDiv { | 
| 57   max-width: 500px; | 57   max-width: 500px; | 
| 58 } | 58 } | 
| 59 | 59 | 
| 60 paper-checkbox { | 60 paper-checkbox { | 
| 61   margin-bottom: 10px; | 61   margin-bottom: 10px; | 
| 62 } | 62 } | 
| 63 | 63 | 
| 64 cr-collapse { | 64 cr-collapse { | 
| 65   margin: 10px; | 65   margin: 10px; | 
| 66 } | 66 } | 
| OLD | NEW | 
|---|