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

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: rebase + switch to messages instead of listener interface Created 5 years, 11 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 12 matching lines...) Expand all
114 #enterprise-info-container #enterprise-info { 120 #enterprise-info-container #enterprise-info {
115 display: inline-block; 121 display: inline-block;
116 } 122 }
117 123
118 #gaia-signin .step-contents { 124 #gaia-signin .step-contents {
119 -webkit-box-pack: center; 125 -webkit-box-pack: center;
120 display: -webkit-box; 126 display: -webkit-box;
121 height: 100%; 127 height: 100%;
122 } 128 }
123 129
130 #gaia-loading {
131 background-color: white;
132 height: 80%;
133 top: 80px;
134 }
135
124 #createSupervisedUserSeparator { 136 #createSupervisedUserSeparator {
125 background-color: rgba(128,128,128,0.3); 137 background-color: rgba(128,128,128,0.3);
126 height: 1px; 138 height: 1px;
127 width: 200px; 139 width: 200px;
128 } 140 }
129 141
130 #createSupervisedUserLogo { 142 #createSupervisedUserLogo {
131 font-weight: bold; 143 font-weight: bold;
132 margin-top: 16px; 144 margin-top: 16px;
133 } 145 }
(...skipping 15 matching lines...) Expand all
149 left: 0; 161 left: 0;
150 position: absolute; 162 position: absolute;
151 right: 0; 163 right: 0;
152 text-align: center; 164 text-align: center;
153 top: 50px; 165 top: 50px;
154 } 166 }
155 167
156 #saml-notice-message { 168 #saml-notice-message {
157 margin: 0 auto; 169 margin: 0 auto;
158 } 170 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/oobe.html ('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