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

Unified Diff: chrome/browser/resources/about_page/about_page.css

Issue 9320056: Help: Implement the initial version of the cross-platform help/about page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: String fix. Created 8 years, 11 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/about_page/about_page.css
diff --git a/chrome/browser/resources/about_page/about_page.css b/chrome/browser/resources/about_page/about_page.css
deleted file mode 100644
index b6f70dc590ca4f73258fcbc6f8d91a173987073e..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/about_page/about_page.css
+++ /dev/null
@@ -1,34 +0,0 @@
-body {
- -webkit-user-select: text;
-}
-
-.loading {
- font-style: italic;
-}
-
-#channelSelect {
- margin-bottom: 5px;
-}
-
-#channelWarning {
- color: red;
- font-weight: bold;
-}
-
-.update-icon {
- width: 17px;
- height: 17px;
- display: inline-block;
- vertical-align: text-top;
- background-repeat: no-repeat;
-}
-
-.update-icon.fail {
- background-image: url('../../../app/theme/update_fail.png');
-}
-.update-icon.available {
- background-image: url('../../../app/theme/update_available.png');
-}
-.update-icon.up-to-date {
- background-image: url('../../../app/theme/update_uptodate.png');
-}

Powered by Google App Engine
This is Rietveld 408576698