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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/reportView.css

Issue 1960663003: DevTools: introduce the Clear storage pane in the resources panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tests fixed Created 4 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 | « third_party/WebKit/Source/devtools/front_end/ui/ReportView.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/ui/reportView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/reportView.css b/third_party/WebKit/Source/devtools/front_end/ui/reportView.css
index 0deab5511fe05230b4f248d4a82723a231252b1d..65171e2d9975b2bd8ced686a8e3ee02733accfd7 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/reportView.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/reportView.css
@@ -28,14 +28,14 @@
font-size: 15px;
}
-.report-url {
+.report-url, .report-subtitle {
font-size: 12px;
margin-top: 10px;
}
.report-section {
display: flex;
- padding: 12px 6px;
+ padding: 12px;
border-bottom: 1px solid rgb(230, 230, 230);
flex-direction: column;
}
@@ -62,7 +62,7 @@
}
.report-row {
- padding: 0 0 2px 18px;
+ margin: 10px 0 2px 18px;
}
.report-field-name {
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/ReportView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698