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

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

Issue 9413028: Help: Show the platform version and firmware on CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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/help/help.html » ('j') | chrome/browser/resources/help/help.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/help/help.css
diff --git a/chrome/browser/resources/help/help.css b/chrome/browser/resources/help/help.css
index 9a25618570006409bdd8c6582acca5db1dd211c5..27040525d5e3ca9586ce2d7f7dd38cb6f3ca3584 100644
--- a/chrome/browser/resources/help/help.css
+++ b/chrome/browser/resources/help/help.css
@@ -17,6 +17,7 @@ h2 {
#about-container {
-webkit-box-align: center;
display: -webkit-box;
+ margin-top: 10px;
}
#product-description {
@@ -24,9 +25,15 @@ h2 {
}
#version-container {
+ font-size: 90%;
csilv 2012/02/17 01:21:49 not required, but we should start thinking in em's
+ line-height: 1.5em;
margin-top: 20px;
}
+#update-status-container {
+ margin-top: 5px;
+}
+
#update-status {
vertical-align: middle;
}
@@ -64,11 +71,6 @@ h2 {
margin-top: 200px;
}
-#browser-version {
- font-size: 90%;
- margin-bottom: 5px;
-}
-
#update-status-icon {
background-repeat: no-repeat;
display: inline-block;
« no previous file with comments | « no previous file | chrome/browser/resources/help/help.html » ('j') | chrome/browser/resources/help/help.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698