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

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

Issue 7980012: [ChromeOS] Reland - Make WebUI login use only needed resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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 html, 8 html,
9 body { 9 body {
10 height: 100%; 10 height: 100%;
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 } 607 }
608 608
609 #close-button.visible { 609 #close-button.visible {
610 display: inline-block; 610 display: inline-block;
611 } 611 }
612 612
613 #bubble { 613 #bubble {
614 -webkit-transition: 0.25s opacity; 614 -webkit-transition: 0.25s opacity;
615 } 615 }
616 616
617 #login-header-bar { 617 html[dir=rtl] #header {
618 padding: 5px 8px;
619 }
620
621 #login-header-bar button,
622 #login-header-bar button:active,
623 #login-header-bar button:focus,
624 #login-header-bar button:hover {
625 -webkit-box-shadow: none;
626 background: transparent none;
627 border: 0;
628 color: #666;
629 cursor: pointer;
630 height: 24px;
631 margin: 0;
632 min-width: 0;
633 padding: 0;
634 vertical-align: middle;
635 }
636
637 .header-bar-item {
638 -webkit-padding-start: 15px;
639 background-image: url('chrome://theme/IDR_DIVIDER_VERT');
640 background-position: left center;
641 background-repeat: no-repeat;
642 display: inline-block;
643 height: 24px;
644 }
645
646 #login-header-bar #shutdown-button {
647 -webkit-padding-start: 24px;
648 background-image: url('chrome://theme/IDR_ICON_POWER20');
649 background-position: left center;
650 background-repeat: no-repeat;
651 }
652
653 #login-header-bar #add-user-button {
654 -webkit-padding-start: 24px;
655 background-image: url('chrome://theme/IDR_ICON_ADD_USER20');
656 background-position: left center;
657 background-repeat: no-repeat;
658 }
659
660 html[dir=rtl] .header-bar-item,
661 html[dir=rtl] #header,
662 html[dir=rtl] #login-header-bar #shutdown-button,
663 html[dir=rtl] #login-header-bar #add-user-button {
664 background-position: right center; 618 background-position: right center;
665 } 619 }
666 620
667 body.login-display #oobe hr { 621 body.login-display #oobe hr {
668 -webkit-transition: all .8s ease; 622 -webkit-transition: all .8s ease;
669 width: 1100px; /* Necessary. Otherwise hr shrinks to 0 first when switching 623 width: 1100px; /* Necessary. Otherwise hr shrinks to 0 first when switching
670 from 640px to full width. */ 624 from 640px to full width. */
671 } 625 }
672 626
673 body.login-display #oobe.signin hr, 627 body.login-display #oobe.signin hr,
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 left: 10px; 680 left: 10px;
727 opacity: 1.0; 681 opacity: 1.0;
728 position: absolute; 682 position: absolute;
729 right: 10px; 683 right: 10px;
730 text-shadow: 0 1px 1px #fff; 684 text-shadow: 0 1px 1px #fff;
731 } 685 }
732 686
733 #offline-network-control { 687 #offline-network-control {
734 margin-left: 60px; 688 margin-left: 60px;
735 } 689 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/login/login.js ('k') | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698