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

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

Issue 296003012: [fsp] Introduce chrome://fsp-internals for logging and debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed indentation. Created 6 years, 7 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/chromeos/fsp_internals.css
diff --git a/chrome/browser/resources/chromeos/fsp_internals.css b/chrome/browser/resources/chromeos/fsp_internals.css
new file mode 100644
index 0000000000000000000000000000000000000000..7d94dfdc45b1972d9d49dc5a083d53e8c13bc946
--- /dev/null
+++ b/chrome/browser/resources/chromeos/fsp_internals.css
@@ -0,0 +1,41 @@
+/* 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.
+ */
+
+body {
+ font-family: 'Verdana', 'Arial';
+ font-size: 14px;
+ margin: 20px;
+}
+
+h1 {
+ font-size: 20px;
+ font-weight: normal;
+}
+
+table {
+ border-collapse: collapse;
+ width: 100%;
+}
+
+table th {
+ background-color: rgb(92, 107, 192);
+ color: white;
+ font-weight: normal;
+ height: 50px;
+}
+
+table td {
+ border-bottom: 1px solid #eee;
+ height: 40px;
+ line-height: 24px;
+ text-align: center;
+}
+
+table td .icon {
+ display: inline-block;
+ height: 24px;
+ vertical-align: middle;
+ width: 24px;
+}
« no previous file with comments | « chrome/browser/chromeos/file_system_provider/service_factory.cc ('k') | chrome/browser/resources/chromeos/fsp_internals.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698