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

Unified Diff: third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css

Issue 2335783002: [DevTools] Remove TreeOutline from IDBDatabaseView. (Closed)
Patch Set: Created 4 years, 3 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 | « third_party/WebKit/Source/devtools/front_end/resources/IndexedDBViews.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css
diff --git a/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css b/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css
index 9278e67fad832b2c0c741668e41bf3609b484b76..596a2cf5e97e4e42266ed09785db797a0e7ae2ea 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css
+++ b/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css
@@ -33,15 +33,12 @@
margin-top: 5px;
}
-.indexed-db-database-view .outline-disclosure {
- padding-left: 0;
-}
-
-.indexed-db-database-view .outline-disclosure li {
+.indexed-db-database-view .header-row {
white-space: nowrap;
+ margin: 0 0 2px 10px;
}
-.indexed-db-database-view .outline-disclosure .attribute-name {
+.indexed-db-database-view .header-row .attribute-name {
color: rgb(33%, 33%, 33%);
display: inline-block;
margin-right: 0.5em;
@@ -49,7 +46,7 @@
vertical-align: top;
}
-.indexed-db-database-view .outline-disclosure .attribute-value {
+.indexed-db-database-view .header-row .attribute-value {
display: inline;
margin-top: 1px;
}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/resources/IndexedDBViews.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698