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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen.css

Issue 491263002: UI flow rework for device reset options. Reset made available from gaia screen. Tests adapted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ShowAndCancelTest fixed. Created 6 years, 3 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 | Annotate | Revision Log
OLDNEW
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 * This contains common styling for all the OOBE screens. 5 * This contains common styling for all the OOBE screens.
6 */ 6 */
7 7
8 .step { 8 .step {
9 box-sizing: border-box; 9 box-sizing: border-box;
10 position: absolute; 10 position: absolute;
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 right: 49px; 136 right: 49px;
137 } 137 }
138 138
139 #oobe.autolaunch #autolaunch-confirm-button, 139 #oobe.autolaunch #autolaunch-confirm-button,
140 #oobe.autolaunch #autolaunch-cancel-button, 140 #oobe.autolaunch #autolaunch-cancel-button,
141 #oobe.connect #continue-button, 141 #oobe.connect #continue-button,
142 #oobe.eula #accept-button, 142 #oobe.eula #accept-button,
143 #oobe.eula #back-button, 143 #oobe.eula #back-button,
144 #oobe.kiosk-enable #kiosk-cancel-button, 144 #oobe.kiosk-enable #kiosk-cancel-button,
145 #oobe.kiosk-enable #kiosk-enable-button, 145 #oobe.kiosk-enable #kiosk-enable-button,
146 #oobe.reset #reset-button,
147 #oobe.reset #reset-cancel-button,
148 #oobe.signin #signin-button, 146 #oobe.signin #signin-button,
149 #oobe.user-image #ok-button { 147 #oobe.user-image #ok-button {
150 display: block; 148 display: block;
151 } 149 }
152 150
153 #autolaunch-confirm-button, 151 #autolaunch-confirm-button,
154 #back-button, 152 #back-button,
155 #kiosk-enable-button, 153 #kiosk-enable-button,
156 #reset-button, 154 #reset-button,
157 #password-changed-back-button, 155 #password-changed-back-button,
(...skipping 15 matching lines...) Expand all
173 171
174 html[highlight=strong] #security-info a:focus, 172 html[highlight=strong] #security-info a:focus,
175 html[highlight=strong] #eula a:focus, 173 html[highlight=strong] #eula a:focus,
176 html[highlight=strong] .step-extra-controls a:focus, 174 html[highlight=strong] .step-extra-controls a:focus,
177 html[highlight=strong] .menu-control:focus, 175 html[highlight=strong] .menu-control:focus,
178 html[highlight=strong] input[type='button']:focus, 176 html[highlight=strong] input[type='button']:focus,
179 html[highlight=strong] button:focus { 177 html[highlight=strong] button:focus {
180 box-shadow: 0 0 23px rgb(77, 144, 254) !important; 178 box-shadow: 0 0 23px rgb(77, 144, 254) !important;
181 } 179 }
182 180
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/reset/metrics.h ('k') | chrome/browser/resources/chromeos/login/oobe_screen_reset.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698