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

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

Issue 789353004: Host Chrome OS GAIA signin page in webview (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove changes from https://codereview.chromium.org/812513003 Created 5 years, 12 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 (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 #gaia-signin { 6 #gaia-signin {
7 height: 609px; /* Should be the same as #user-image.loading min-heigth. */ 7 height: 609px; /* Should be the same as #user-image.loading min-heigth. */
8 padding: 70px 17px 69px; /* Screen has no controls. */ 8 padding: 70px 17px 69px; /* Screen has no controls. */
9 width: 722px; /* Should be the same as #user-image.loading width. */ 9 width: 722px; /* Should be the same as #user-image.loading width. */
10 } 10 }
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 display: none; 82 display: none;
83 } 83 }
84 84
85 #signin-frame { 85 #signin-frame {
86 background-color: transparent; 86 background-color: transparent;
87 margin-left: -44px; 87 margin-left: -44px;
88 vertical-align: top; 88 vertical-align: top;
89 width: 400px; 89 width: 400px;
90 } 90 }
91 91
92 webview#signin-frame {
93 display: block;
94 overflow: hidden;
95 padding: 0;
96 }
97
92 /* Simpler alignment if no right panel. */ 98 /* Simpler alignment if no right panel. */
93 .no-right-panel #signin-frame { 99 .no-right-panel #signin-frame {
94 margin-left: 0; 100 margin-left: 0;
95 } 101 }
96 102
97 /* Position to be aligned with the login box in iframe */ 103 /* Position to be aligned with the login box in iframe */
98 #login-box { 104 #login-box {
99 height: 31px; 105 height: 31px;
100 position: absolute; 106 position: absolute;
101 top: 77px; 107 top: 77px;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 left: 0; 155 left: 0;
150 position: absolute; 156 position: absolute;
151 right: 0; 157 right: 0;
152 text-align: center; 158 text-align: center;
153 top: 50px; 159 top: 50px;
154 } 160 }
155 161
156 #saml-notice-message { 162 #saml-notice-message {
157 margin: 0 auto; 163 margin: 0 auto;
158 } 164 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698