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

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

Issue 7792005: OOBE_DOMUI4 template applied (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 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.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 edccfa68a355887c6be53fa22f4badb62ad9a2c4..a3ed0d3e90f9b129fb73b52b95b6159f6738554a 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -69,14 +69,19 @@ hr.bottom {
}
#header {
- background: url('chrome://theme/IDR_PRODUCT_LOGO_64') left center no-repeat;
- background-size: 48px;
- color: #737373;
+ background: url('chrome://theme/IDR_PRODUCT_LOGO_32') left center no-repeat;
+ background-size: 32px;
+ color: #666;
display: -webkit-box;
- font-size: 20px;
- height: 48px;
- line-height: 48px;
- padding-left: 54px;
+ font-size: 23px;
+ height: 47px;
+ line-height: 45px;
+ padding-left: 34px;
+ padding-top: 1px;
+}
+
+#header span {
+ text-transform: lowercase;
}
#header span,
@@ -87,7 +92,8 @@ hr.bottom {
}
#header-sections {
- position: relative;
+ display: inline-block;
+ height: 30px;
}
.header-section:before {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/oobe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698