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

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: Rebase with similarity=20 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
« no previous file with comments | « no previous file | chrome/browser/resources/sync_file_system_internals/main.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/sync_file_system_internals/main.css
diff --git a/chrome/browser/resources/history/alert_overlay.css b/chrome/browser/resources/sync_file_system_internals/main.css
similarity index 46%
copy from chrome/browser/resources/history/alert_overlay.css
copy to chrome/browser/resources/sync_file_system_internals/main.css
index c843149f99d0bfb95e129a4a97381abd448561cc..6342e5a6cdcb98c7dfa242b35a563ddbd8ac46e5 100644
--- a/chrome/browser/resources/history/alert_overlay.css
+++ b/chrome/browser/resources/sync_file_system_internals/main.css
@@ -2,19 +2,13 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-.overlay .page .button-strip > button {
- min-width: 7em;
+th,
+td {
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ text-align: center;
}
-.overlay {
- z-index: 3;
+tr:nth-child(odd) {
+ background: rgb(238, 238, 255);
}
-
-#alertOverlayMessage {
- width: 400px;
-}
-
-#alertOverlayMessage {
- white-space: pre-wrap;
- word-wrap: break-word;
-}
« no previous file with comments | « no previous file | chrome/browser/resources/sync_file_system_internals/main.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698