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

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

Issue 10854071: New OOBE design: minor content update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_network.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 * 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 * sign in and lock screens. 6 * sign in and lock screens.
7 */ 7 */
8 8
9 html, 9 html,
10 body { 10 body {
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 221
222 html[dir=ltr] .step-logo { 222 html[dir=ltr] .step-logo {
223 left: 17px; 223 left: 17px;
224 } 224 }
225 225
226 html[dir=rtl] .step-logo { 226 html[dir=rtl] .step-logo {
227 right: 17px; 227 right: 17px;
228 } 228 }
229 229
230 html[oobe=new] #connect .step-contents { 230 html[oobe=new] #connect .step-contents {
231 /* TODO(nkostylev): Update after content layout changes. */
232 -webkit-margin-after: 82px; 231 -webkit-margin-after: 82px;
233 -webkit-margin-before: 82px; 232 -webkit-margin-before: 33px;
234 -webkit-margin-start: 145px; 233 -webkit-margin-start: 145px;
235 } 234 }
236 235
237 html[oobe=new] #eula .step-contents { 236 html[oobe=new] #eula .step-contents {
238 -webkit-margin-after: 30px; 237 -webkit-margin-after: 30px;
239 -webkit-margin-start: 32px; 238 -webkit-margin-start: 32px;
240 } 239 }
241 240
242 html[oobe=new] #gaia-signin .step-contents { 241 html[oobe=new] #gaia-signin .step-contents {
243 -webkit-box-pack: center; 242 -webkit-box-pack: center;
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 -webkit-box-align: start; 374 -webkit-box-align: start;
376 display: -webkit-box; 375 display: -webkit-box;
377 margin: 10px 0; 376 margin: 10px 0;
378 } 377 }
379 378
380 .menu-area { 379 .menu-area {
381 margin: 5px; 380 margin: 5px;
382 } 381 }
383 382
384 .menu-control { 383 .menu-control {
384 color: #444;
385 font-family: inherit; 385 font-family: inherit;
386 line-height: 20px; 386 line-height: 20px;
387 position: relative; 387 position: relative;
388 width: 250px; 388 width: 250px;
389 } 389 }
390 390
391 .label, 391 .label,
392 .flexible-label { 392 .flexible-label {
393 display: block; 393 display: block;
394 margin: 5px 5px 5px 0; 394 margin: 5px 5px 5px 0;
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 opacity: 1; 731 opacity: 1;
732 } 732 }
733 733
734 #account-picker-dot, 734 #account-picker-dot,
735 #enrollment-dot, 735 #enrollment-dot,
736 #oauth-enrollment-dot, 736 #oauth-enrollment-dot,
737 #update-dot { 737 #update-dot {
738 display: none; 738 display: none;
739 } 739 }
740 740
741 #welcome-message {
742 color: #444;
743 font-size: 16px;
744 margin-bottom: 30px;
745 width: 435px;
746 }
747
741 #connect table { 748 #connect table {
742 margin: 7em auto; 749 margin: 7em auto;
743 } 750 }
744 751
745 /* TODO(nkostylev): Cleanup, security-info - old design, 752 /* TODO(nkostylev): Cleanup, security-info - old design,
746 security-tpm - new design. */ 753 security-tpm - new design. */
747 #security-info { 754 #security-info {
748 bottom: 10px; 755 bottom: 10px;
749 left: 0; 756 left: 0;
750 position: absolute; 757 position: absolute;
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 791
785 html[dir=ltr] #security-tpm { 792 html[dir=ltr] #security-tpm {
786 left: 49px; 793 left: 49px;
787 } 794 }
788 795
789 html[dir=rtl] #security-tpm { 796 html[dir=rtl] #security-tpm {
790 right: 49px; 797 right: 49px;
791 } 798 }
792 799
793 html[oobe=old] #update div, 800 html[oobe=old] #update div,
794 #update #update-screen-curtain { 801 html[oobe=old] #update #update-screen-curtain {
Ivan Korotkov 2012/08/10 20:32:52 Isn't it a DIV already? Do we need both rules?
Nikita (slow) 2012/08/10 20:47:24 Done.
795 width: 32em; 802 width: 32em;
796 } 803 }
797 804
798 html[oobe=old] #update div { 805 html[oobe=old] #update div {
799 margin: 6em auto; 806 margin: 6em auto;
800 } 807 }
801 808
802 #update-screen-curtain p { 809 #update-screen-curtain p {
803 text-align: center; 810 text-align: center;
804 } 811 }
805 812
806 #update #update-screen-curtain { 813 #update #update-screen-curtain {
807 -webkit-box-align: start; 814 -webkit-box-align: start;
808 -webkit-box-pack: center; 815 -webkit-box-pack: center;
816 }
817
818 #update #update-checking-progress {
819 -webkit-box-align: start;
820 -webkit-box-pack: center;
821 color: #9c9c9c;
809 display: -webkit-box; 822 display: -webkit-box;
810 } 823 }
811 824
825
812 html[oobe=old] #update #update-screen-curtain { 826 html[oobe=old] #update #update-screen-curtain {
813 margin: 9em auto; 827 margin: 9em auto;
814 } 828 }
815 829
816 html[oobe=new] #update #update-screen-curtain { 830 html[oobe=new] #update #update-screen-curtain {
817 margin: 120px auto; 831 margin: 87px 90px;
818 } 832 }
819 833
820 html[oobe=new] #update-screen-main { 834 html[oobe=new] #update-screen-main {
821 /* TODO(nkostylev): Update after strings are updated. */ 835 margin: 85px 45px;
822 margin: 85px auto;
823 min-height: 114px; 836 min-height: 114px;
824 width: 448px; 837 text-align: center;
825 } 838 }
826 839
827 #update #update-checking-ellipsis { 840 #update #update-checking-ellipsis {
828 width: 16px; 841 width: 16px;
829 } 842 }
830 843
831 html[dir=ltr] #update #update-checking-ellipsis { 844 html[dir=ltr] #update #update-checking-ellipsis {
832 text-align: left; 845 text-align: left;
833 } 846 }
834 847
(...skipping 19 matching lines...) Expand all
854 } 867 }
855 868
856 html[oobe=new][dir=rtl] #update #update-cancel-hint { 869 html[oobe=new][dir=rtl] #update #update-cancel-hint {
857 right: 137px; 870 right: 137px;
858 } 871 }
859 872
860 #update #update-upper-label { 873 #update #update-upper-label {
861 -webkit-margin-after: 4px; 874 -webkit-margin-after: 4px;
862 } 875 }
863 876
877 #update #checking-updates-label {
878 -webkit-margin-after: 34px;
879 }
880
864 #update #update-bottom-label { 881 #update #update-bottom-label {
865 -webkit-margin-after: 4px; 882 -webkit-margin-after: 4px;
866 -webkit-margin-before: 4px; 883 -webkit-margin-before: 4px;
884 text-align: left;
885 }
886
887 html[oobe=old] #update progress {
888 -webkit-margin-start: 74px;
867 } 889 }
868 890
869 #update progress { 891 #update progress {
870 -webkit-margin-after: 4px; 892 -webkit-margin-after: 4px;
871 -webkit-margin-before: 34px; 893 -webkit-margin-before: 34px;
872 -webkit-margin-start: 74px;
873 height: 15px; 894 height: 15px;
874 width: 300px; 895 width: 300px;
875 } 896 }
876 897
877 #update #update-estimated-time-left { 898 #update #update-estimated-time-left {
878 -webkit-margin-before: 4px; 899 -webkit-margin-before: 4px;
879 } 900 }
880 901
881 #update #update-estimated-time-left { 902 #update #update-estimated-time-left {
882 color: #666; 903 color: #a3a3a3;
883 font-size: 13px; 904 font-size: 13px;
884 text-align: center; 905 text-align: center;
885 } 906 }
886 907
887 .eula-columns { 908 .eula-columns {
888 display: -webkit-box; 909 display: -webkit-box;
889 width: 630px; 910 width: 630px;
890 } 911 }
891 912
892 .eula-frame { 913 .eula-frame {
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1272 width: 100%; 1293 width: 100%;
1273 } 1294 }
1274 1295
1275 .background-initial { 1296 .background-initial {
1276 opacity: 0; 1297 opacity: 0;
1277 } 1298 }
1278 1299
1279 .background-final { 1300 .background-final {
1280 opacity: 1; 1301 opacity: 1;
1281 } 1302 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_network.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698