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

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment.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 2013 The Chromium Authors. All rights reserved. 1 /* Copyright 2013 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 min-height: 609px; 7 min-height: 609px;
8 padding: 70px 17px 21px; 8 padding: 70px 17px 21px;
9 width: 722px; 9 width: 722px;
10 } 10 }
11 11
12 #oauth-enroll-step-contents { 12 #oauth-enroll-step-contents {
13 -webkit-margin-after: 10px;
14 color: #666; 13 color: #666;
15 display: -webkit-box; 14 display: -webkit-box;
15 margin-bottom: 10px;
16 } 16 }
17 17
18 #oauth-enroll-step-contents > div { 18 #oauth-enroll-step-contents > div {
19 display: none; 19 display: none;
20 } 20 }
21 21
22 .oauth-enroll-state-working #oauth-enroll-step-working, 22 .oauth-enroll-state-working #oauth-enroll-step-working,
23 .oauth-enroll-state-error #oauth-enroll-step-error, 23 .oauth-enroll-state-error #oauth-enroll-step-error,
24 .oauth-enroll-state-explain #oauth-enroll-step-explain, 24 .oauth-enroll-state-explain #oauth-enroll-step-explain,
25 .oauth-enroll-state-success #oauth-enroll-step-success { 25 .oauth-enroll-state-success #oauth-enroll-step-success {
(...skipping 21 matching lines...) Expand all
47 47
48 #oauth-enroll-signin-divider { 48 #oauth-enroll-signin-divider {
49 -webkit-flex: 0 0 auto; 49 -webkit-flex: 0 0 auto;
50 background: linear-gradient(to bottom, #e3e3e3, #cacaca 50%, #e3e3e3); 50 background: linear-gradient(to bottom, #e3e3e3, #cacaca 50%, #e3e3e3);
51 border: none; 51 border: none;
52 width: 1px; 52 width: 1px;
53 } 53 }
54 54
55 #oauth-enroll-signin-right { 55 #oauth-enroll-signin-right {
56 -webkit-flex: 0 0 auto; 56 -webkit-flex: 0 0 auto;
57 -webkit-margin-before: 30px;
58 -webkit-margin-end: 20px; 57 -webkit-margin-end: 20px;
59 -webkit-margin-start: 30px; 58 -webkit-margin-start: 30px;
60 font-size: 12px; 59 font-size: 12px;
60 margin-top: 30px;
61 width: 200px; 61 width: 200px;
62 } 62 }
63 63
64 @media (pointer:coarse) { 64 @media (pointer:coarse) {
65 #oauth-enroll-signin-right { 65 #oauth-enroll-signin-right {
66 font-size: 14px; 66 font-size: 14px;
67 } 67 }
68 } 68 }
69 69
70 #oauth-enroll-signin-right > div { 70 #oauth-enroll-signin-right > div {
71 -webkit-margin-before: 20px; 71 margin-top: 20px;
72 } 72 }
73 73
74 #oauth-enroll-learn-more-link, 74 #oauth-enroll-learn-more-link,
75 .oauth-enroll-explain-link { 75 .oauth-enroll-explain-link {
76 display: none; 76 display: none;
77 } 77 }
78 78
79 #oauth-enrollment.mode-manual #oauth-enroll-learn-more-link, 79 #oauth-enrollment.mode-manual #oauth-enroll-learn-more-link,
80 #oauth-enrollment.mode-forced #oauth-enroll-learn-more-link, 80 #oauth-enrollment.mode-forced #oauth-enroll-learn-more-link,
81 #oauth-enrollment.mode-recovery #oauth-enroll-learn-more-link { 81 #oauth-enrollment.mode-recovery #oauth-enroll-learn-more-link {
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 -webkit-padding-end: 17px; 172 -webkit-padding-end: 17px;
173 } 173 }
174 174
175 #oauth-enrollment:not(.saml) #oauth-saml-notice-container { 175 #oauth-enrollment:not(.saml) #oauth-saml-notice-container {
176 display: none; 176 display: none;
177 } 177 }
178 178
179 #oauth-saml-notice-message { 179 #oauth-saml-notice-message {
180 margin: 0 auto; 180 margin: 0 auto;
181 } 181 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698