| 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 15 matching lines...) Expand all Loading... |
| 26 | 26 |
| 27 #version-container { | 27 #version-container { |
| 28 margin-top: 30px; | 28 margin-top: 30px; |
| 29 } | 29 } |
| 30 | 30 |
| 31 #update-buttons-container { | 31 #update-buttons-container { |
| 32 margin-top: 5px; | 32 margin-top: 5px; |
| 33 } | 33 } |
| 34 | 34 |
| 35 #update-status-container { | 35 #update-status-container { |
| 36 margin-bottom: 12px; |
| 36 margin-top: 10px; | 37 margin-top: 10px; |
| 37 } | 38 } |
| 38 | 39 |
| 39 #update-status { | 40 #update-status { |
| 40 vertical-align: middle; | 41 vertical-align: middle; |
| 41 } | 42 } |
| 42 | 43 |
| 43 #update-percentage { | 44 #update-percentage { |
| 44 font-size: 90%; | 45 font-size: 90%; |
| 45 } | 46 } |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 #update-status-icon.disabled-by-admin { | 90 #update-status-icon.disabled-by-admin { |
| 90 background-image: url(../../../../ui/webui/resources/images/business.svg); | 91 background-image: url(../../../../ui/webui/resources/images/business.svg); |
| 91 background-size: 18px; | 92 background-size: 18px; |
| 92 } | 93 } |
| 93 | 94 |
| 94 #controlled-feature-icon { | 95 #controlled-feature-icon { |
| 95 background-image: url(../../../../ui/webui/resources/images/business.svg); | 96 background-image: url(../../../../ui/webui/resources/images/business.svg); |
| 96 background-size: 18px; | 97 background-size: 18px; |
| 97 } | 98 } |
| 98 | 99 |
| 99 #update-status-message-container { | 100 #eol-status-icon { |
| 101 background-image: url(../../../../ui/webui/resources/images/eol.svg); |
| 102 background-size: 18px; |
| 103 } |
| 104 |
| 105 #eol-status-container { |
| 106 margin-bottom: 12px; |
| 107 margin-top: 10px; |
| 108 } |
| 109 |
| 110 #eol-status-message-container { |
| 111 -webkit-margin-start: 12px; |
| 100 display: inline-block; | 112 display: inline-block; |
| 101 vertical-align: middle; | 113 vertical-align: middle; |
| 102 } | 114 } |
| 115 |
| 116 #update-status-message-container { |
| 117 -webkit-margin-start: 12px; |
| 118 display: inline-block; |
| 119 vertical-align: middle; |
| 120 } |
| 103 | 121 |
| 104 #more-info-expander { | 122 #more-info-expander { |
| 105 -webkit-padding-start: 0; | 123 -webkit-padding-start: 0; |
| 106 margin-top: 10px; | 124 margin-top: 10px; |
| 107 } | 125 } |
| 108 | 126 |
| 109 #more-info-container.visible { | 127 #more-info-container.visible { |
| 110 margin-bottom: 10px; | 128 margin-bottom: 10px; |
| 111 } | 129 } |
| 112 | 130 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 } | 170 } |
| 153 | 171 |
| 154 #regulatory-label-container { | 172 #regulatory-label-container { |
| 155 padding-top: 32px; | 173 padding-top: 32px; |
| 156 } | 174 } |
| 157 | 175 |
| 158 #regulatory-label { | 176 #regulatory-label { |
| 159 display: block; | 177 display: block; |
| 160 width: 330px; | 178 width: 330px; |
| 161 } | 179 } |
| OLD | NEW |