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 2d4a1fa94d48e98e805a6c97f4cd9d6f7a675cfc..083d8f563b177c1e083102ab031874a5d071791d 100644 |
--- a/chrome/browser/resources/chromeos/login/oobe.css |
+++ b/chrome/browser/resources/chromeos/login/oobe.css |
@@ -228,9 +228,8 @@ html[dir=rtl] .step-logo { |
} |
html[oobe=new] #connect .step-contents { |
- /* TODO(nkostylev): Update after content layout changes. */ |
-webkit-margin-after: 82px; |
- -webkit-margin-before: 82px; |
+ -webkit-margin-before: 33px; |
-webkit-margin-start: 145px; |
} |
@@ -382,6 +381,7 @@ html[oobe=new] .progdot { |
} |
.menu-control { |
+ color: #444; |
font-family: inherit; |
line-height: 20px; |
position: relative; |
@@ -738,6 +738,13 @@ html[oobe=old] .step-controls { |
display: none; |
} |
+#welcome-message { |
+ color: #444; |
+ font-size: 16px; |
+ margin-bottom: 30px; |
+ width: 435px; |
+} |
+ |
#connect table { |
margin: 7em auto; |
} |
@@ -791,7 +798,7 @@ html[dir=rtl] #security-tpm { |
} |
html[oobe=old] #update div, |
-#update #update-screen-curtain { |
+html[oobe=old] #update #update-screen-curtain { |
Ivan Korotkov
2012/08/10 20:32:52
Isn't it a DIV already? Do we need both rules?
Nikita (slow)
2012/08/10 20:47:24
Done.
|
width: 32em; |
} |
@@ -806,22 +813,28 @@ html[oobe=old] #update div { |
#update #update-screen-curtain { |
-webkit-box-align: start; |
-webkit-box-pack: center; |
+} |
+ |
+#update #update-checking-progress { |
+ -webkit-box-align: start; |
+ -webkit-box-pack: center; |
+ color: #9c9c9c; |
display: -webkit-box; |
} |
+ |
html[oobe=old] #update #update-screen-curtain { |
margin: 9em auto; |
} |
html[oobe=new] #update #update-screen-curtain { |
- margin: 120px auto; |
+ margin: 87px 90px; |
} |
html[oobe=new] #update-screen-main { |
- /* TODO(nkostylev): Update after strings are updated. */ |
- margin: 85px auto; |
+ margin: 85px 45px; |
min-height: 114px; |
- width: 448px; |
+ text-align: center; |
} |
#update #update-checking-ellipsis { |
@@ -861,15 +874,23 @@ html[oobe=new][dir=rtl] #update #update-cancel-hint { |
-webkit-margin-after: 4px; |
} |
+#update #checking-updates-label { |
+ -webkit-margin-after: 34px; |
+} |
+ |
#update #update-bottom-label { |
-webkit-margin-after: 4px; |
-webkit-margin-before: 4px; |
+ text-align: left; |
+} |
+ |
+html[oobe=old] #update progress { |
+ -webkit-margin-start: 74px; |
} |
#update progress { |
-webkit-margin-after: 4px; |
-webkit-margin-before: 34px; |
- -webkit-margin-start: 74px; |
height: 15px; |
width: 300px; |
} |
@@ -879,7 +900,7 @@ html[oobe=new][dir=rtl] #update #update-cancel-hint { |
} |
#update #update-estimated-time-left { |
- color: #666; |
+ color: #a3a3a3; |
font-size: 13px; |
text-align: center; |
} |