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

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: Moved the confirm dialog 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..ce90b8c89e8397af303dfa2f718d6694f88ba439 100644
--- a/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css
+++ b/third_party/WebKit/Source/devtools/front_end/resources/indexedDBViews.css
@@ -33,24 +33,6 @@
margin-top: 5px;
}
-.indexed-db-database-view .header-row {
- white-space: nowrap;
- margin: 0 0 2px 10px;
-}
-
-.indexed-db-database-view .header-row .attribute-name {
- color: rgb(33%, 33%, 33%);
- display: inline-block;
- margin-right: 0.5em;
- font-weight: bold;
- vertical-align: top;
-}
-
-.indexed-db-database-view .header-row .attribute-value {
- display: inline;
- margin-top: 1px;
-}
-
.indexed-db-data-view .data-view-toolbar {
position: relative;
background-color: #eee;

Powered by Google App Engine
This is Rietveld 408576698