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

Unified Diff: chrome/browser/resources/sync_internals/sync_node_browser.css

Issue 134443004: sync: Remove some WebUI debug functions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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
Index: chrome/browser/resources/sync_internals/sync_node_browser.css
diff --git a/chrome/browser/resources/sync_internals/sync_node_browser.css b/chrome/browser/resources/sync_internals/sync_node_browser.css
index 33bec665f0f7edec06278781f0303256af96ea9e..c669647e8710f21c969b89bf931f218b9dd931be 100644
--- a/chrome/browser/resources/sync_internals/sync_node_browser.css
+++ b/chrome/browser/resources/sync_internals/sync_node_browser.css
@@ -2,10 +2,16 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
-#sync-node-main {
+#sync-node-browser-refresher {
+ border-bottom: 1px rgb(160,160,160) solid;
+}
+
+#sync-node-browser-refresher > * {
+ display: inline-block;
+}
+
+#sync-node-browser-container {
display: -webkit-box;
- /* Should be > #sync-page's min-height. */
- /* TODO(akalin): Find a less hacky way to do this. */
height: 750px;
}
@@ -17,7 +23,6 @@
max-width: 50%;
min-width: 50px;
overflow: auto;
- padding: 5px;
width: 200px;
}
@@ -42,20 +47,22 @@
</if>
}
-#sync-node-browser-container {
+#sync-node-details-container {
-webkit-box-flex: 1;
height: 100%;
overflow: auto;
+ visibility: hidden; /* Element is invisible until first refresh. */
}
-#node-browser {
+#node-details {
width: 100%;
}
-#node-browser td {
+#node-details td {
vertical-align: top;
+ white-space: nowrap;
}
-#node-browser tr:nth-child(odd) {
+#node-details tr:nth-child(odd) {
background: rgb(239, 243, 255);
}
« no previous file with comments | « chrome/browser/resources/sync_internals/node_browser.js ('k') | chrome/browser/resources/sync_internals/sync_node_browser.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698