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

Unified Diff: chrome/browser/resources/sync_file_system_internals/main.css

Issue 14084008: Boilerplate code to add chrome://syncfs-internals page for debugging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tzik review #1 Created 7 years, 8 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/sync_file_system_internals/main.css
diff --git a/chrome/browser/resources/quota_internals/main.css b/chrome/browser/resources/sync_file_system_internals/main.css
similarity index 73%
copy from chrome/browser/resources/quota_internals/main.css
copy to chrome/browser/resources/sync_file_system_internals/main.css
index 5434daa36b377fd9045dc50c76e1f8e4bf5fca87..24752d0213e3d964e23b117bf7683d446682f210 100644
--- a/chrome/browser/resources/quota_internals/main.css
+++ b/chrome/browser/resources/sync_file_system_internals/main.css
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012 The Chromium Authors. All rights reserved.
+/* Copyright 2013 The Chromium Authors. All rights reserved.
kinuko 2013/04/23 06:29:30 nit: '(c) 2013'
calvinlo 2013/04/23 06:48:29 Another reviewer sent me this link: https://groups
kinuko 2013/04/23 07:04:09 Oh, ok I didn't know that. Thx for the link!
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
@@ -9,12 +9,6 @@ td {
text-align: center;
}
-#tree-view-container {
- float: left;
- min-width: 15em;
- width: 20%;
-}
-
tr:nth-child(odd) {
background: rgb(238, 238, 255);
}

Powered by Google App Engine
This is Rietveld 408576698