OLD | NEW |
1 /* TODO(jhawkins): Organize these by page. */ | 1 /* TODO(jhawkins): Organize these by page. */ |
2 | 2 |
3 #sync-setup-overlay * h4 { | 3 #sync-setup-overlay * h4 { |
4 margin: 5px 0; | 4 margin: 5px 0; |
5 } | 5 } |
6 | 6 |
7 #sync-setup-overlay * form { | 7 #sync-setup-overlay * form { |
8 -webkit-user-select: none; | 8 -webkit-user-select: none; |
9 } | 9 } |
10 | 10 |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 margin: 4px 10px; | 96 margin: 4px 10px; |
97 vertical-align: middle; | 97 vertical-align: middle; |
98 visibility: hidden; | 98 visibility: hidden; |
99 } | 99 } |
100 | 100 |
101 #gaia-account-text { | 101 #gaia-account-text { |
102 font-weight: bold; | 102 font-weight: bold; |
103 } | 103 } |
104 | 104 |
105 #email-readonly { | 105 #email-readonly { |
106 display: none; | |
107 font-weight: bold; | 106 font-weight: bold; |
108 } | 107 } |
109 | 108 |
110 #sync-setup-overlay * div.errormsg { | 109 #sync-setup-overlay * div.errormsg { |
111 color: red; | 110 color: red; |
112 display: none; | |
113 font-size: smaller; | 111 font-size: smaller; |
114 } | 112 } |
115 | 113 |
116 #passphrase-encryption-message { | 114 #passphrase-encryption-message { |
117 color: gray; | 115 color: gray; |
118 margin-bottom: 5px; | 116 margin-bottom: 5px; |
119 } | 117 } |
120 | 118 |
121 #passphrase-input { | 119 #passphrase-input { |
122 margin-top: 5px; | 120 margin-top: 5px; |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
212 visibility: hidden; | 210 visibility: hidden; |
213 width: 70%; | 211 width: 70%; |
214 } | 212 } |
215 | 213 |
216 #content-table { | 214 #content-table { |
217 background-color: #fff; | 215 background-color: #fff; |
218 border: #c3d9ff 1px solid; | 216 border: #c3d9ff 1px solid; |
219 padding: 2px; | 217 padding: 2px; |
220 } | 218 } |
221 | 219 |
222 .access-code-row { | |
223 display: none; | |
224 } | |
225 | |
226 .access-code-row > td { | 220 .access-code-row > td { |
227 padding-bottom: 1px; | 221 padding-bottom: 1px; |
228 text-align: center; | 222 text-align: center; |
229 } | 223 } |
230 | 224 |
231 #access-code-label-row > td { | 225 #access-code-label-row > td { |
232 padding-top: 6px; | 226 padding-top: 6px; |
233 } | 227 } |
234 | 228 |
235 #error-custom { | |
236 display: none; | |
237 } | |
238 | |
239 #captcha-div { | |
240 display: none; | |
241 } | |
242 | |
243 #captcha-instructions { | 229 #captcha-instructions { |
244 margin-bottom: 5px; | 230 margin-bottom: 5px; |
245 white-space: normal; | 231 white-space: normal; |
246 } | 232 } |
247 | 233 |
248 #password-row { | 234 #password-row { |
249 margin-top: 2px; | 235 margin-top: 2px; |
250 } | 236 } |
251 | 237 |
252 #action-area { | 238 #action-area { |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
327 display: none; | 313 display: none; |
328 } | 314 } |
329 | 315 |
330 #learn-more-link { | 316 #learn-more-link { |
331 float: right; | 317 float: right; |
332 } | 318 } |
333 | 319 |
334 html[dir='rtl'] #learn-more-link { | 320 html[dir='rtl'] #learn-more-link { |
335 float: left; | 321 float: left; |
336 } | 322 } |
OLD | NEW |