Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Side by Side Diff: ui/login/screen_container.css

Issue 2649103006: arc: Add splash screen for ARC++ Kiosk startup (Closed)
Patch Set: achuithb@ comments Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/login/display_manager.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 #outer-container { 6 #outer-container {
7 -webkit-box-align: center; 7 -webkit-box-align: center;
8 -webkit-box-pack: center; 8 -webkit-box-pack: center;
9 -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */ 9 -webkit-perspective: 1px; /* Workaround, see http://crbug.com/360567 */
10 bottom: 57px; /* Leave space for the header bar */ 10 bottom: 57px; /* Leave space for the header bar */
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 opacity: 0.4; 167 opacity: 0.4;
168 width: 10px; 168 width: 10px;
169 } 169 }
170 170
171 .progdot-active { 171 .progdot-active {
172 opacity: 0.5; 172 opacity: 0.5;
173 } 173 }
174 174
175 #account-picker-dot, 175 #account-picker-dot,
176 #app-launch-splash-dot, 176 #app-launch-splash-dot,
177 #arc-kiosk-splash-dot,
177 #auto-enrollment-check-dot, 178 #auto-enrollment-check-dot,
178 #autolaunch-dot, 179 #autolaunch-dot,
179 #confirm-password-dot, 180 #confirm-password-dot,
180 #controller-pairing-dot, 181 #controller-pairing-dot,
181 #debugging-dot, 182 #debugging-dot,
182 #device-disabled-dot, 183 #device-disabled-dot,
183 #enrollment-dot, 184 #enrollment-dot,
184 #error-message-dot, 185 #error-message-dot,
185 #fatal-error-dot, 186 #fatal-error-dot,
186 #hid-detection-dot, 187 #hid-detection-dot,
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 line-height: 31px; 254 line-height: 31px;
254 text-transform: lowercase; 255 text-transform: lowercase;
255 width: 23em; 256 width: 23em;
256 } 257 }
257 258
258 .header-section::before { 259 .header-section::before {
259 /* Divider in header between product name and title, 260 /* Divider in header between product name and title,
260 * like "[Product name] > [step header]". */ 261 * like "[Product name] > [step header]". */
261 content: '\00A0\203A\00A0\00A0'; 262 content: '\00A0\203A\00A0\00A0';
262 } 263 }
OLDNEW
« no previous file with comments | « ui/login/display_manager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698