| OLD | NEW |
| 1 /* Copyright 2015 The Chromium Authors. All rights reserved. | 1 /* Copyright 2015 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 height: 609px; | 7 height: 609px; |
| 8 padding: 0; | 8 padding: 0; |
| 9 width: 522px; | 9 width: 522px; |
| 10 } | 10 } |
| 11 | 11 |
| 12 #oauth-enrollment.saml { |
| 13 height: 528px; |
| 14 width: 562px; |
| 15 } |
| 16 |
| 12 #oauth-enroll-step-contents { | 17 #oauth-enroll-step-contents { |
| 13 color: #666; | 18 color: #666; |
| 14 height: 100%; | 19 height: 100%; |
| 15 margin-bottom: 10px; | |
| 16 position: relative; | |
| 17 width: 100%; | 20 width: 100%; |
| 18 } | 21 } |
| 19 | 22 |
| 20 #oauth-enroll-step-contents > div { | 23 #oauth-enroll-step-contents > div { |
| 21 display: none; | 24 display: none; |
| 22 } | 25 } |
| 23 | 26 |
| 24 .oauth-enroll-state-working #oauth-enroll-step-working, | 27 .oauth-enroll-state-working #oauth-enroll-step-working, |
| 25 .oauth-enroll-state-error #oauth-enroll-step-error, | 28 .oauth-enroll-state-error #oauth-enroll-step-error, |
| 26 .oauth-enroll-state-success #oauth-enroll-step-success { | 29 .oauth-enroll-state-success #oauth-enroll-step-success { |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 .oauth-enroll-state-error #oauth-enroll-back-button, | 99 .oauth-enroll-state-error #oauth-enroll-back-button, |
| 97 .oauth-enroll-state-success #oauth-enroll-done-button { | 100 .oauth-enroll-state-success #oauth-enroll-done-button { |
| 98 display: inline; | 101 display: inline; |
| 99 } | 102 } |
| 100 | 103 |
| 101 #oobe.oauth-enrollment #header-oauth-enrollment { | 104 #oobe.oauth-enrollment #header-oauth-enrollment { |
| 102 display: block; | 105 display: block; |
| 103 } | 106 } |
| 104 | 107 |
| 105 #oauth-saml-notice-container { | 108 #oauth-saml-notice-container { |
| 109 -webkit-margin-start: 19px; |
| 106 left: 0; | 110 left: 0; |
| 107 position: absolute; | 111 position: absolute; |
| 108 right: 0; | 112 right: 0; |
| 109 text-align: center; | 113 text-align: start; |
| 110 top: 62px; | 114 top: 15px; |
| 111 } | 115 } |
| 112 | 116 |
| 113 #oauth-enrollment.saml { | 117 #oauth-enrollment.saml { |
| 114 padding: 97px 0 21px; | 118 padding-top: 47px; |
| 115 } | |
| 116 | |
| 117 #oauth-enrollment.saml #oauth-enroll-auth-view { | |
| 118 height: 444px; | |
| 119 } | 119 } |
| 120 | 120 |
| 121 #oauth-enrollment.saml #oauth-enrollment-controls, | 121 #oauth-enrollment.saml #oauth-enrollment-controls, |
| 122 #oauth-enrollment.saml #oauth-enroll-signin-link-container { | 122 #oauth-enrollment.saml #oauth-enroll-signin-link-container { |
| 123 -webkit-padding-end: 17px; | 123 -webkit-padding-end: 17px; |
| 124 } | 124 } |
| 125 | 125 |
| 126 #oauth-enrollment:not(.saml) #oauth-saml-notice-container { | 126 #oauth-enrollment:not(.saml) #oauth-saml-notice-container { |
| 127 display: none; | 127 display: none; |
| 128 } | 128 } |
| 129 | 129 |
| 130 #oauth-saml-notice-message { | 130 #oauth-saml-notice-message { |
| 131 color: rgb(106, 106, 106); |
| 132 font-size: 13px; |
| 131 margin: 0 auto; | 133 margin: 0 auto; |
| 132 } | 134 } |
| 133 | 135 |
| 134 #oauth-enroll-cancel-button { | 136 #oauth-enroll-cancel-button { |
| 135 background: transparent none; | 137 background: transparent none; |
| 136 background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON); | 138 background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON); |
| 137 background-position: center; | 139 background-position: center; |
| 138 background-repeat: no-repeat; | 140 background-repeat: no-repeat; |
| 139 height: 14px; | 141 height: 14px; |
| 140 position: absolute; | 142 position: absolute; |
| 141 right: 15px; | 143 right: 15px; |
| 142 top: 15px; | 144 top: 15px; |
| 143 width: 14px; | 145 width: 14px; |
| 144 z-index: 1; | 146 z-index: 1; |
| 145 } | 147 } |
| 146 | 148 |
| 147 html[dir=rtl] #oauth-enroll-cancel-button { | 149 html[dir=rtl] #oauth-enroll-cancel-button { |
| 148 left: 15px; | 150 left: 15px; |
| 149 right: auto; | 151 right: auto; |
| 150 } | 152 } |
| 151 | 153 |
| 154 #oauth-enrollment.saml #oauth-enroll-cancel-button { |
| 155 background-image: url(chrome://theme/IDR_LOGIN_CLOSE_BUTTTON_ON_WHITE); |
| 156 } |
| 157 |
| 152 #oauth-enroll-back-button { | 158 #oauth-enroll-back-button { |
| 153 background: transparent none; | 159 background: transparent none; |
| 154 background-image: url(chrome://theme/IDR_LOGIN_BACK_BUTTTON); | 160 background-image: url(chrome://theme/IDR_LOGIN_BACK_BUTTTON); |
| 155 background-position: center; | 161 background-position: center; |
| 156 background-repeat: no-repeat; | 162 background-repeat: no-repeat; |
| 157 height: 18px; | 163 height: 18px; |
| 158 left: 14px; | 164 left: 14px; |
| 159 position: absolute; | 165 position: absolute; |
| 160 top: 14px; | 166 top: 14px; |
| 161 width: 18px; | 167 width: 18px; |
| 162 z-index: 1; | 168 z-index: 1; |
| 163 } | 169 } |
| 164 | 170 |
| 165 html[dir=rtl] #oauth-enroll-back-button { | 171 html[dir=rtl] #oauth-enroll-back-button { |
| 166 -webkit-transform: scaleX(-1); | 172 -webkit-transform: scaleX(-1); |
| 167 left: auto; | 173 left: auto; |
| 168 right: 14px; | 174 right: 14px; |
| 169 } | 175 } |
| 176 |
| 177 #oauth-enrollment.saml #oauth-enroll-back-button { |
| 178 display: none; |
| 179 } |
| OLD | NEW |