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

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

Issue 10827224: OOBE polishing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | 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 6e4696f4b50bef16f130078d212d860fb90d5c4d..2d4a1fa94d48e98e805a6c97f4cd9d6f7a675cfc 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -61,6 +61,14 @@ button.custom-appearance:focus {
border-color: rgb(77, 144, 254);
}
+button:not(.custom-appearance) {
+ min-width: 72px !important;
+}
+
+#back-button {
+ -webkit-margin-end: 8px;
+}
+
#outer-container {
-webkit-box-align: center;
-webkit-box-pack: center;
@@ -344,7 +352,7 @@ html[oobe=new] #progress-dots {
.progdot {
-webkit-margin-end: 12px;
background: black;
- opacity: 0.1;
+ opacity: 0.4;
}
html[oobe=old] .progdot {
@@ -354,6 +362,7 @@ html[oobe=old] .progdot {
}
html[oobe=new] .progdot {
+ background: white;
height: 10px;
width: 10px;
}
@@ -719,7 +728,7 @@ html[oobe=old] .step-controls {
#oobe.oauth-enrollment #signin-dot,
#oobe.oauth-enrollment #gaia-signin-dot,
#oobe.user-image #user-image-dot {
- opacity: 0.4;
+ opacity: 1;
}
#account-picker-dot,
@@ -875,10 +884,6 @@ html[oobe=new][dir=rtl] #update #update-cancel-hint {
text-align: center;
}
-button:not(.custom-appearance) {
- min-width: 80px;
-}
-
.eula-columns {
display: -webkit-box;
width: 630px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698