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

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

Issue 11473019: [cros,rlz] Remove RLZ checkbox from OOBE UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add back old strings Created 8 years 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) 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 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 1080
1081 #tpm-busy { 1081 #tpm-busy {
1082 text-align: center; 1082 text-align: center;
1083 } 1083 }
1084 1084
1085 #tpm-password { 1085 #tpm-password {
1086 font-weight: bold; 1086 font-weight: bold;
1087 text-align: center; 1087 text-align: center;
1088 } 1088 }
1089 1089
1090 html[rlz=disabled] #rlz-settings {
1091 display: none;
1092 }
1093
1094 #rlz-enable {
1095 -webkit-margin-end: 10px;
1096 -webkit-margin-start: 20px;
1097 }
1098
1099 [hidden] { 1090 [hidden] {
1100 display: none !important; 1091 display: none !important;
1101 } 1092 }
1102 1093
1103 #popup-overlay { 1094 #popup-overlay {
1104 -webkit-box-align: center; 1095 -webkit-box-align: center;
1105 -webkit-box-pack: center; 1096 -webkit-box-pack: center;
1106 -webkit-transition: 250ms opacity; 1097 -webkit-transition: 250ms opacity;
1107 background: rgba(255, 255, 255, .75); 1098 background: rgba(255, 255, 255, .75);
1108 bottom: 0; 1099 bottom: 0;
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 width: 100%; 1411 width: 100%;
1421 } 1412 }
1422 1413
1423 .background-initial { 1414 .background-initial {
1424 opacity: 0; 1415 opacity: 0;
1425 } 1416 }
1426 1417
1427 .background-final { 1418 .background-final {
1428 opacity: 1; 1419 opacity: 1;
1429 } 1420 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/login/wizard_controller.cc ('k') | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698