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

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

Issue 2654483004: [DevTools] Provide a way to delete Indexed DBs (Closed)
Patch Set: Created 3 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: 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 596a2cf5e97e4e42266ed09785db797a0e7ae2ea..a542589adc6a342116185a852d9cda556ddf17cb 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css
+++ b/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css
@@ -33,12 +33,17 @@
margin-top: 5px;
}
-.indexed-db-database-view .header-row {
+.report-row {
pfeldman 2017/01/24 23:14:21 Don't override report view, it'll be hard to refac
eostroukhov 2017/01/25 19:56:35 No need to override/customize. Removed all unneces
white-space: nowrap;
margin: 0 0 2px 10px;
}
-.indexed-db-database-view .header-row .attribute-name {
+.report-row {
+ white-space: nowrap;
+ margin: 0 0 2px 10px;
+}
+
+.report-row .attribute-name {
color: rgb(33%, 33%, 33%);
display: inline-block;
margin-right: 0.5em;
@@ -46,7 +51,7 @@
vertical-align: top;
}
-.indexed-db-database-view .header-row .attribute-value {
+.report-row .attribute-value {
display: inline;
margin-top: 1px;
}

Powered by Google App Engine
This is Rietveld 408576698