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

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

Issue 10444060: Use chrome_html structure for shared_resources and options2 page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with master. Created 8 years, 6 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 | « build/common.gypi ('k') | chrome/browser/resources/chromeos/login/oobe.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/login/header_bar.css
diff --git a/chrome/browser/resources/chromeos/login/header_bar.css b/chrome/browser/resources/chromeos/login/header_bar.css
index 50ae1ec0baef1f6ec8909ad360e65363f48748a4..a4c0d1063f1f4b9a016706471847c4edacb74c60 100644
--- a/chrome/browser/resources/chromeos/login/header_bar.css
+++ b/chrome/browser/resources/chromeos/login/header_bar.css
@@ -31,6 +31,7 @@
background-image: url('chrome://theme/IDR_DIVIDER_VERT');
background-position: -2px center;
background-repeat: no-repeat;
+ background-size: 15px;
display: inline-block;
height: 34px;
}
@@ -58,8 +59,10 @@ html[dir=rtl] #login-header-bar #add-user-button {
#login-header-bar #shutdown-button {
background-image: url('chrome://theme/IDR_ICON_POWER24');
+ background-size: 24px;
}
#login-header-bar #add-user-button {
background-image: url('chrome://theme/IDR_ICON_ADD_USER24');
+ background-size: 24px;
}
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/resources/chromeos/login/oobe.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698