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

Unified Diff: chrome/browser/resources/chromeos/login/oobe.css

Issue 11412067: [rlz,cros] RLZ glue for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/google/google_util_chromeos.cc ('k') | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/oobe.css
diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
index 619002a54a338050508aaa79ada692efa74e9a48..6daf31a92135b8a9d83b4c18ae5e8e7ebcf7ecf1 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -138,16 +138,6 @@ html[oobe=new] #inner-container.down {
-webkit-transform: translateY(50px) rotateX(-2.5deg);
}
-#security-info a,
-#security-tpm a,
-#connect-accessibility a,
-#eula-accessibility a,
-#update-accessibility a,
-#eula a {
- color: rgb(0, 102, 104);
- text-decoration: none;
-}
-
#eula #stats-help-link {
color: rgb(49, 106, 197);
}
@@ -780,7 +770,8 @@ html[oobe=old] .step-controls {
}
.step.loading .step-contents,
-.step.loading .step-controls {
+.step.loading .step-controls,
+.step.loading .step-extra-controls {
visibility: hidden;
}
@@ -788,6 +779,10 @@ html[oobe=old] .step-controls {
visibility: hidden;
}
+.step:not(.loading) #eula-busy {
+ visibility: hidden;
+}
+
/* Center spinner wrapper vertically and horizontally.
* Vertical centering uses top: 50% and negative margin
* instead of top: 0; bottom: 0 due to http://crbug.com/155320.
@@ -854,7 +849,7 @@ html[oobe=old] .step-controls {
}
/* TODO(nkostylev): Cleanup, security-info - old design,
- security-tpm - new design. */
+ installation-settings - new design. */
#security-info {
bottom: 10px;
left: 0;
@@ -878,44 +873,32 @@ html[oobe=new] #security-info {
display: none;
}
-/* TODO(nkostylev): Remove #security-tpm element and rules. */
-html[oobe=old] #security-tpm {
+/* TODO(nkostylev): Remove #security-info element and rules. */
+html[oobe=old] #installation-settings {
display: none;
}
-#security-tpm a,
-#connect-accessibility a,
-#eula-accessibility a,
-#update-accessibility a {
+#security-info a,
+#eula a,
+.step-extra-controls a {
color: #8c8c8c;
font-size: 12px;
+ text-decoration: none;
}
.step-extra-controls {
bottom: 26px;
display: -webkit-box;
+ left: 49px;
position: absolute;
}
-#security-tpm {
- margin-left: 25px;
-}
-
-#connect-accessibility,
-#update-accessibility {
- bottom: 26px;
- position: absolute;
-}
-
-html[dir=ltr] #connect-accessibility,
-html[dir=ltr] #update-accessibility,
-html[dir=ltr] .step-extra-controls {
- left: 49px;
+.step-extra-controls > *:not(:first-child) {
+ -webkit-margin-start: 25px;
}
-html[dir=rtl] #connect-accessibility,
-html[dir=rtl] #update-accessibility,
html[dir=rtl] .step-extra-controls {
+ left: auto;
right: 49px;
}
@@ -1056,7 +1039,7 @@ html[oobe=new] #oem-eula {
display: none;
}
-#security-info-popup {
+#installation-settings-popup {
background: white;
border: 1px solid rgb(188, 193, 208);
border-radius: 2px;
@@ -1067,7 +1050,7 @@ html[oobe=new] #oem-eula {
z-index: 10;
}
-#security-info-popup h1 {
+#installation-settings-popup h1 {
-webkit-padding-end: 24px;
-webkit-user-select: none;
background: -webkit-linear-gradient(white, #F8F8F8);
@@ -1083,7 +1066,7 @@ html[oobe=new] #oem-eula {
padding: 0 20px 60px 20px;
}
-#security-info-popup button {
+#installation-settings-popup button {
bottom: 20px;
position: absolute;
right: 20px;
@@ -1098,6 +1081,15 @@ html[oobe=new] #oem-eula {
text-align: center;
}
+html[rlz=disabled] #rlz-settings {
+ display: none;
+}
+
+#rlz-enable {
+ -webkit-margin-end: 10px;
+ -webkit-margin-start: 20px;
+}
+
[hidden] {
display: none !important;
}
« no previous file with comments | « chrome/browser/google/google_util_chromeos.cc ('k') | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698