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

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

Issue 618163002: Remove -webkit-*-before/after in: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 }
11 11
12 #gaia-signin:not(.saml).no-right-panel { 12 #gaia-signin:not(.saml).no-right-panel {
13 width: 522px; 13 width: 522px;
14 } 14 }
15 15
16 #gaia-signin.saml { 16 #gaia-signin.saml {
17 padding: 75px 0 0; 17 padding: 75px 0 0;
18 } 18 }
19 19
20 #signin-right { 20 #signin-right {
21 -webkit-margin-before: 80px;
22 -webkit-margin-start: 30px; 21 -webkit-margin-start: 30px;
22 margin-top: 80px;
23 top: 60px; 23 top: 60px;
24 width: 200px; 24 width: 200px;
25 } 25 }
26 26
27 #signin-right, 27 #signin-right,
28 #enterprise-info-container, 28 #enterprise-info-container,
29 #saml-info-container { 29 #saml-info-container {
30 font-size: 12px; 30 font-size: 12px;
31 } 31 }
32 32
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 left: 0; 152 left: 0;
153 position: absolute; 153 position: absolute;
154 right: 0; 154 right: 0;
155 text-align: center; 155 text-align: center;
156 top: 50px; 156 top: 50px;
157 } 157 }
158 158
159 #saml-notice-message { 159 #saml-notice-message {
160 margin: 0 auto; 160 margin: 0 auto;
161 } 161 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698