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

Unified Diff: chrome/browser/resources/chromeos/power.css

Issue 123713002: [chromeos] Add an about:power UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/chromeos/power.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/power.css
diff --git a/chrome/browser/resources/chromeos/power.css b/chrome/browser/resources/chromeos/power.css
new file mode 100644
index 0000000000000000000000000000000000000000..2ebbdb02c673a29e705cb9d6b05d0bcbf2965022
--- /dev/null
+++ b/chrome/browser/resources/chromeos/power.css
@@ -0,0 +1,28 @@
+/*
+ * Copyright 2014 The Chromium Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+#main-layout {
+ margin-left: auto;
+ margin-right: auto;
+ width: 600px;
+}
+
+hr.section-boundary {
+ background: #000;
+ border: 0;
+ height: 2px;
+ width: 100%;
+}
+
+div.plot-canvas-div {
+ overflow: auto;
+ width: 100%;
+}
+
+button.reload-button {
+ margin-bottom: 10px;
+ margin-top: 10px;
+}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/chromeos/power.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698