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

Unified Diff: chrome/browser/resources/help/help.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
Index: chrome/browser/resources/help/help.css
diff --git a/chrome/browser/resources/help/help.css b/chrome/browser/resources/help/help.css
index 6bb968d8f9c09a0be940ec79e5e9c5365652c2de..8ee1966d5a292e6bd3ec2be30f6dea5199e6303d 100644
--- a/chrome/browser/resources/help/help.css
+++ b/chrome/browser/resources/help/help.css
@@ -62,10 +62,12 @@ body {
#update-status-icon.available {
background-image: url('chrome://theme/IDR_UPDATE_AVAILABLE');
+ background-size: 17px;
}
#update-status-icon.up-to-date {
background-image: url('chrome://theme/IDR_UPDATE_UPTODATE');
+ background-size: 17px;
}
#update-status-icon.working {
@@ -74,6 +76,7 @@ body {
#update-status-icon.failed {
background-image: url('chrome://theme/IDR_UPDATE_FAIL');
+ background-size: 17px;
}
#more-info-expander {
« no previous file with comments | « chrome/browser/resources/downloads/downloads.css ('k') | chrome/browser/resources/options2/browser_options.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698