| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 background-image: url(../../../../ui/webui/resources/images/eol.svg); | 101 background-image: url(../../../../ui/webui/resources/images/eol.svg); |
| 102 background-size: 18px; | 102 background-size: 18px; |
| 103 } | 103 } |
| 104 | 104 |
| 105 #eol-status-container { | 105 #eol-status-container { |
| 106 margin-bottom: 12px; | 106 margin-bottom: 12px; |
| 107 margin-top: 10px; | 107 margin-top: 10px; |
| 108 } | 108 } |
| 109 | 109 |
| 110 #eol-status-message-container { | 110 #eol-status-message-container { |
| 111 -webkit-margin-start: 12px; | 111 -webkit-margin-start: 8px; |
| 112 display: inline-block; | 112 display: inline-block; |
| 113 vertical-align: middle; | 113 vertical-align: middle; |
| 114 } | 114 } |
| 115 | 115 |
| 116 #update-status-message-container { | 116 #update-status-message-container { |
| 117 -webkit-margin-start: 12px; | 117 -webkit-margin-start: 8px; |
| 118 display: inline-block; | 118 display: inline-block; |
| 119 vertical-align: middle; | 119 vertical-align: middle; |
| 120 } | 120 } |
| 121 | 121 |
| 122 #more-info-expander { | 122 #more-info-expander { |
| 123 -webkit-padding-start: 0; | 123 -webkit-padding-start: 0; |
| 124 margin-top: 10px; | 124 margin-top: 10px; |
| 125 } | 125 } |
| 126 | 126 |
| 127 #more-info-container.visible { | 127 #more-info-container.visible { |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 } | 170 } |
| 171 | 171 |
| 172 #regulatory-label-container { | 172 #regulatory-label-container { |
| 173 padding-top: 32px; | 173 padding-top: 32px; |
| 174 } | 174 } |
| 175 | 175 |
| 176 #regulatory-label { | 176 #regulatory-label { |
| 177 display: block; | 177 display: block; |
| 178 width: 330px; | 178 width: 330px; |
| 179 } | 179 } |
| OLD | NEW |