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

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

Issue 2756863002: ChromeOS: Powerwash UI update (Closed)
Patch Set: merge Created 3 years, 8 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
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 #reset-confirm-overlay { 5 #reset-confirm-overlay {
6 font-size: 16px; 6 font-size: 16px;
7 margin: auto; 7 margin: auto;
8 min-height: 250px; 8 min-height: 250px;
9 width: 400px; 9 width: 400px;
10 } 10 }
11 11
12 #reset-confirm-overlay .button-strip { 12 #reset-confirm-overlay .button-strip {
13 display: flex; 13 display: flex;
14 justify-content: center; 14 justify-content: center;
15 padding-bottom: 20px; 15 padding-bottom: 20px;
16 } 16 }
17 17
18 #reset-confirm-overlay .button-strip button { 18 #reset-confirm-overlay .button-strip button {
19 /*-webkit-margin-start: 9px;*/ 19 /*-webkit-margin-start: 9px;*/
20 margin: 0 10px; 20 margin: 0 10px;
21 } 21 }
22
23 #overlay-reset[md-mode] {
24 background: rgba(0, 0, 0, .5);
25 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698