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

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

Issue 1110493002: ChromeOS Gaia: UI polishing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed copyright Created 5 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 2015 The Chromium Authors. All rights reserved. 1 /* Copyright 2015 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 #oauth-enrollment { 6 #oauth-enrollment {
7 height: 609px; 7 height: 528px;
8 padding: 0; 8 padding: 0;
9 width: 522px; 9 width: 448px;
10 } 10 }
11 11
12 #oauth-enrollment.saml { 12 #oauth-enrollment.saml {
13 height: 528px; 13 height: 528px;
14 width: 562px; 14 width: 562px;
15 } 15 }
16 16
17 #oauth-enroll-step-contents { 17 #oauth-enroll-step-contents {
18 color: #666; 18 color: #666;
19 height: 100%; 19 height: 100%;
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 border-color: black; 192 border-color: black;
193 font-size: 16px; 193 font-size: 16px;
194 position: relative; 194 position: relative;
195 width: 250px; 195 width: 250px;
196 } 196 }
197 197
198 .oauth-enroll-textbox.auth-enroll-attribute-label { 198 .oauth-enroll-textbox.auth-enroll-attribute-label {
199 display: inline; 199 display: inline;
200 position: relative; 200 position: relative;
201 } 201 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/offline_gaia.js ('k') | chrome/browser/resources/chromeos/login/screen_gaia_signin.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698