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

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

Issue 10854071: New OOBE design: minor content update (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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 | chrome/browser/resources/chromeos/login/oobe_screen_network.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 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;
}
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe_screen_network.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698