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

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: Header guard Created 8 years, 1 month 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
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 3804a19eaacc14d338c694c6924d9b8f80209328..3ace415f4fcbad2cd7aec65a20acb4b302da6a59 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -139,7 +139,7 @@ html[oobe=new] #inner-container.down {
}
#security-info a,
-#security-tpm a,
+#installation-settings a,
#eula a {
color: rgb(0, 102, 104);
text-decoration: none;
@@ -777,7 +777,8 @@ html[oobe=old] .step-controls {
}
.step.loading .step-contents,
-.step.loading .step-controls {
+.step.loading .step-controls,
+.step.loading .step-links {
visibility: hidden;
}
@@ -785,6 +786,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.
@@ -850,7 +855,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;
@@ -874,26 +879,26 @@ 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 {
+#installation-settings a {
color: #8c8c8c;
font-size: 12px;
}
-#security-tpm {
+#installation-settings {
bottom: 21px;
position: absolute;
}
-html[dir=ltr] #security-tpm {
+html[dir=ltr] #installation-settings {
left: 49px;
}
-html[dir=rtl] #security-tpm {
+html[dir=rtl] #installation-settings {
right: 49px;
}
@@ -1034,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;
@@ -1045,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);
@@ -1061,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;
@@ -1076,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;
}

Powered by Google App Engine
This is Rietveld 408576698