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

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

Issue 137263015: cros: Update saml banner text and style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 }
11 11
12 #gaia-signin.no-right-panel { 12 #gaia-signin.no-right-panel {
13 width: 522px; 13 width: 522px;
14 } 14 }
15 15
16 #gaia-signin.saml { 16 #gaia-signin.saml {
17 padding: 75px 10px 10px; 17 padding: 75px 0 0;
bartfab (slow) 2014/01/29 15:29:38 Nit: Would padding-top: 75px not be sufficient?
xiyuan 2014/01/29 16:12:34 The top padding is space for logo and saml notice
bartfab (slow) 2014/01/29 16:30:17 What I meant was whether |padding-top: 75px| would
xiyuan 2014/01/29 16:32:10 Oh, we need the '0 0' to override the non-saml #ga
bartfab (slow) 2014/01/30 09:54:54 Ah, good to know. Thanks for clarifying.
18 } 18 }
19 19
20 #signin-right { 20 #signin-right {
21 -webkit-margin-before: 80px; 21 -webkit-margin-before: 80px;
22 -webkit-margin-start: 30px; 22 -webkit-margin-start: 30px;
23 top: 60px; 23 top: 60px;
24 width: 200px; 24 width: 200px;
25 } 25 }
26 26
27 #signin-right, 27 #signin-right,
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 149
150 #saml-notice-container { 150 #saml-notice-container {
151 left: 0; 151 left: 0;
152 position: absolute; 152 position: absolute;
153 right: 0; 153 right: 0;
154 text-align: center; 154 text-align: center;
155 top: 50px; 155 top: 50px;
156 } 156 }
157 157
158 #saml-notice-message { 158 #saml-notice-message {
159 background-color: rgb(250, 245, 202); 159 margin: 0 auto;
160 border: 2px solid rgb(250, 245, 202);
161 border-radius: 2px;
162 margin-left: auto;
163 margin-right: auto;
164 } 160 }
OLDNEW
« no previous file with comments | « chrome/app/chromeos_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698