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

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

Issue 2302453002: ChromeOS: Fix "continue OOBE on restart" screen size calculation. (Closed)
Patch Set: Update after review Created 4 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
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 #eula { 5 #eula {
6 min-height: 395px; 6 min-height: 395px;
7 padding: 70px 17px 21px; 7 padding: 70px 17px 21px;
8 } 8 }
9 9
10 #oobe[md-mode] #eula {
11 min-height: unset;
12 padding: unset;
13 }
14
10 #cros-eula, 15 #cros-eula,
11 #oem-eula { 16 #oem-eula {
12 border: 1px solid #d9d9d9; 17 border: 1px solid #d9d9d9;
13 height: 222px; 18 height: 222px;
14 } 19 }
15 20
16 .eula-frame { 21 .eula-frame {
17 height: 222px; 22 height: 222px;
18 } 23 }
19 24
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 width: 100%; 100 width: 100%;
96 } 101 }
97 102
98 .step.eula-loading #cros-eula-frame { 103 .step.eula-loading #cros-eula-frame {
99 display: none; 104 display: none;
100 } 105 }
101 106
102 .step.eula-loading #cros-eula-loading { 107 .step.eula-loading #cros-eula-loading {
103 display: -webkit-flex; 108 display: -webkit-flex;
104 } 109 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe_eula.html ('k') | chrome/browser/resources/chromeos/login/oobe_screen_eula.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698