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; |
} |