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

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

Issue 7562008: Add new version of enrollment screen supporting OAuth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New icons, address comments. Created 9 years, 4 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 | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2011 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 * This is the stylesheet used by the Out of the box experience (OOBE) flow. 5 * This is the stylesheet used by the Out of the box experience (OOBE) flow.
6 */ 6 */
7 7
8 body { 8 body {
9 background: -webkit-gradient(radial, center center, 0, center center, 400, 9 background: -webkit-gradient(radial, center center, 0, center center, 400,
10 from(#fefefe), to(#efefef)); 10 from(#fefefe), to(#efefef));
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 211
212 #footer button { 212 #footer button {
213 display: none; 213 display: none;
214 height: 29px; 214 height: 29px;
215 } 215 }
216 216
217 #oobe.connect #continue-button, 217 #oobe.connect #continue-button,
218 #oobe.eula #back-button, 218 #oobe.eula #back-button,
219 #oobe.eula #accept-button, 219 #oobe.eula #accept-button,
220 #oobe.signin #signin-button, 220 #oobe.signin #signin-button,
221 #oobe.user-image #ok-button { 221 #oobe.user-image #ok-button,
222 #oobe.oauth-enrollment #oauth-enroll-cancel-button,
223 #oobe.oauth-enrollment #oauth-enroll-done-button {
222 display: inline-block; 224 display: inline-block;
223 } 225 }
224 226
225 #oobe.connect #connect-dot, 227 #oobe.connect #connect-dot,
226 #oobe.eula #eula-dot, 228 #oobe.eula #eula-dot,
227 #oobe.signin #signin-dot, 229 #oobe.signin #signin-dot,
230 #oobe.gaia-signin #gaia-signin-dot,
228 #oobe.enrollment #signin-dot, 231 #oobe.enrollment #signin-dot,
232 #oobe.enrollment #gaia-signin-dot,
233 #oobe.oauth-enrollment #signin-dot,
234 #oobe.oauth-enrollment #gaia-signin-dot,
229 #oobe.user-image #user-image-dot { 235 #oobe.user-image #user-image-dot {
230 opacity: 0.4; 236 opacity: 0.4;
231 } 237 }
232 238
233 #enrollment-dot { 239 #enrollment-dot,
240 #oauth-enrollment-dot {
234 display: none; 241 display: none;
235 } 242 }
236 243
237 #connect table { 244 #connect table {
238 margin: 7em auto; 245 margin: 7em auto;
239 } 246 }
240 247
241 #security-info { 248 #security-info {
242 bottom: 10px; 249 bottom: 10px;
243 position: absolute; 250 position: absolute;
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 #enroll-confirmation-image { 433 #enroll-confirmation-image {
427 vertical-align: middle; 434 vertical-align: middle;
428 } 435 }
429 436
430 #enroll-confirmation-footer { 437 #enroll-confirmation-footer {
431 bottom: 0; 438 bottom: 0;
432 text-align: end; 439 text-align: end;
433 width: 100%; 440 width: 100%;
434 } 441 }
435 442
443 /* Styling for OAuth enrollment screen. */
444
445 #oauth-enroll-container {
446 bottom: 0;
447 display: -webkit-box;
448 left: 0;
449 position: absolute;
450 right: 0;
451 top: 0;
452 }
453
454 #oauth-enroll-signin-frame {
455 bottom: 0;
456 display: -webkit-box;
457 height: 100%;
458 left: 0;
459 position: absolute;
460 right: 0;
461 top: 0;
462 width: 100%;
463 }
464
465 .oauth-enroll-step-center {
466 display: table;
467 height: 100%;
468 margin: 0 auto;
469 }
470
471 .oauth-enroll-step-content {
472 display: table-cell;
473 vertical-align: middle;
474 }
475
476 .oauth-enroll-step-icon {
477 display: inline-block;
478 position: relative;
479 top: 0.5em;
480 vertical-align: top;
481 }
482
483 .oauth-enroll-step-icon > * {
484 display: inline-block;
485 height: 22px;
486 margin-right: .4em;
487 position: relative;
488 top: -11px;
489 width: 22px;
490 }
491
492 .oauth-enroll-step-message {
493 display: inline-block;
494 max-width: 400px;
495 text-align: left;
496 vertical-align: top;
497 }
498
499 #oauth-enroll-error-retry {
500 color: -webkit-link;
501 cursor: pointer;
502 text-decoration: underline;
503 }
504
505 @-webkit-keyframes oauth-enroll-spinner {
506 /* There are 13 animation steps, the numbers below space them evenly. Note
507 * that a steps(13) declaration produces off-by-one offsets for some frames,
508 * so for best results we specify positions explicity and use step-end. */
509 0% { background-position: 286px 0px; }
510 7.6923076% { background-position: 264px 0px; }
511 15.3846153% { background-position: 242px 0px; }
512 23.0769230% { background-position: 220px 0px; }
513 30.7692307% { background-position: 198px 0px; }
514 38.4615384% { background-position: 176px 0px; }
515 46.1538461% { background-position: 154px 0px; }
516 53.8461538% { background-position: 132px 0px; }
517 61.5384615% { background-position: 110px 0px; }
518 69.2307692% { background-position: 88px 0px; }
519 76.9230769% { background-position: 66px 0px; }
520 84.6153846% { background-position: 44px 0px; }
521 92.3076923% { background-position: 22px 0px; }
522 100.0000000% { background-position: 0px 0px; }
523 }
524
525 .oauth-enroll-spinner {
526 -webkit-animation: oauth-enroll-spinner 1s step-end infinite;
527 background-image: url('chrome://theme/IDR_SPINNER');
528 height: 22px;
529 width: 22px;
530 }
531
436 #close-button.visible { 532 #close-button.visible {
437 display: inline-block; 533 display: inline-block;
438 } 534 }
439 535
440 #bubble { 536 #bubble {
441 -webkit-transition: 0.25s opacity; 537 -webkit-transition: 0.25s opacity;
442 } 538 }
443 539
444 #login-header-bar { 540 #login-header-bar {
445 padding: 8px; 541 padding: 8px;
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 #version-labels { 740 #version-labels {
645 -webkit-transition: all .5s linear; 741 -webkit-transition: all .5s linear;
646 bottom: 10px; 742 bottom: 10px;
647 color: #999; 743 color: #999;
648 font-size: 11px; 744 font-size: 11px;
649 left: 10px; 745 left: 10px;
650 opacity: 1.0; 746 opacity: 1.0;
651 position: absolute; 747 position: absolute;
652 text-shadow: 0 1px 1px #fff; 748 text-shadow: 0 1px 1px #fff;
653 } 749 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698