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

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

Issue 304993004: [SyncFS] Add TaskLog tab on chrome://syncfs-internals (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« 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/sync_file_system_internals/main.css b/chrome/browser/resources/sync_file_system_internals/main.css
index a5a141cf138f21eda8b9774aca814e729b58dd57..444051050da8027b5cdd0763965fc9d3a7bf5d6e 100644
--- a/chrome/browser/resources/sync_file_system_internals/main.css
+++ b/chrome/browser/resources/sync_file_system_internals/main.css
@@ -40,6 +40,28 @@ tbody tr:nth-child(odd) {
background: rgb(255, 220, 220);
}
+.task-log-details label {
+ cursor: pointer;
+}
+
+.task-log-collapse-check {
+ vertical-align: top;
+}
+
+.task-log-collapse-check ~ ul {
+ display: inline-block;
+ height: 1em;
+ list-style: none;
+ margin: 0;
+ overflow: hidden;
+ padding: 0;
+ position: relative;
+}
+
+.task-log-collapse-check:checked ~ ul {
+ height: auto;
+}
+
.file-icon {
background-image: url('chrome://syncfs-internals/file.png');
background-position: 0 2px;
« 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