| OLD | NEW | 
|---|
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 #about-container { | 6 #about-container { | 
| 7   align-items: center; | 7   align-items: center; | 
| 8   display: flex; | 8   display: flex; | 
| 9 } | 9 } | 
| 10 | 10 | 
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 65 .help-page-icon { | 65 .help-page-icon { | 
| 66   background-position: center; | 66   background-position: center; | 
| 67   background-repeat: no-repeat; | 67   background-repeat: no-repeat; | 
| 68   display: inline-block; | 68   display: inline-block; | 
| 69   height: 18px; | 69   height: 18px; | 
| 70   vertical-align: middle; | 70   vertical-align: middle; | 
| 71   width: 18px; | 71   width: 18px; | 
| 72 } | 72 } | 
| 73 | 73 | 
| 74 #update-status-icon.up-to-date { | 74 #update-status-icon.up-to-date { | 
| 75   background-image: url(check_circle.svg); | 75   background-image: url(../../../../ui/webui/resources/images/check_circle.svg); | 
| 76   background-size: 18px; | 76   background-size: 18px; | 
| 77 } | 77 } | 
| 78 | 78 | 
| 79 #update-status-icon.working { | 79 #update-status-icon.working { | 
| 80   background-image: url(chrome://resources/images/throbber.svg); | 80   background-image: url(chrome://resources/images/throbber.svg); | 
| 81   background-size: 16px; | 81   background-size: 16px; | 
| 82 } | 82 } | 
| 83 | 83 | 
| 84 #update-status-icon.failed { | 84 #update-status-icon.failed { | 
| 85   background-image: url(chrome://resources/images/error.svg); | 85   background-image: url(chrome://resources/images/error.svg); | 
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 141 } | 141 } | 
| 142 | 142 | 
| 143 #regulatory-label-container { | 143 #regulatory-label-container { | 
| 144   padding-top: 32px; | 144   padding-top: 32px; | 
| 145 } | 145 } | 
| 146 | 146 | 
| 147 #regulatory-label { | 147 #regulatory-label { | 
| 148   display: block; | 148   display: block; | 
| 149   width: 330px; | 149   width: 330px; | 
| 150 } | 150 } | 
| OLD | NEW | 
|---|