OLD | NEW |
1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 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 #kiosk-apps-page .checkbox { | 5 #kiosk-apps-page .checkbox { |
6 display: block; | 6 display: block; |
7 } | 7 } |
8 | 8 |
9 #kiosk-app-list { | 9 #kiosk-app-list { |
10 border: 1px solid lightgrey; | 10 border: 1px solid lightgrey; |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 vertical-align: middle; | 111 vertical-align: middle; |
112 } | 112 } |
113 | 113 |
114 .kiosk-app-icon { | 114 .kiosk-app-icon { |
115 background-size: 100%; | 115 background-size: 100%; |
116 height: 16px; | 116 height: 16px; |
117 width: 16px; | 117 width: 16px; |
118 } | 118 } |
119 | 119 |
120 .kiosk-app-icon.spinner { | 120 .kiosk-app-icon.spinner { |
121 background-image: url(chrome://resources/images/spinner.svg) !important; | 121 background-image: url(chrome://resources/images/throbber.svg) !important; |
122 } | 122 } |
123 | 123 |
124 .kiosk-app-name, | 124 .kiosk-app-name, |
125 .kiosk-app-status { | 125 .kiosk-app-status { |
126 overflow: hidden; | 126 overflow: hidden; |
127 text-overflow: ellipsis; | 127 text-overflow: ellipsis; |
128 } | 128 } |
129 | 129 |
130 .kiosk-app-name { | 130 .kiosk-app-name { |
131 max-width: 250px; | 131 max-width: 250px; |
(...skipping 14 matching lines...) Expand all Loading... |
146 display: inline-block; | 146 display: inline-block; |
147 } | 147 } |
148 | 148 |
149 #kiosk-disable-bailout-confirm-overlay { | 149 #kiosk-disable-bailout-confirm-overlay { |
150 width: 250px | 150 width: 250px |
151 } | 151 } |
152 | 152 |
153 #kiosk-disable-bailout-warning-bold { | 153 #kiosk-disable-bailout-warning-bold { |
154 font-weight: bold; | 154 font-weight: bold; |
155 } | 155 } |
OLD | NEW |