OLD | NEW |
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 Loading... |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |