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

Unified Diff: third_party/WebKit/Source/devtools/front_end/security/originView.css

Issue 1940993002: DevTools: simplify Service Workers panel UI, remove non-actionable data. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: third_party/WebKit/Source/devtools/front_end/security/originView.css
diff --git a/third_party/WebKit/Source/devtools/front_end/security/originView.css b/third_party/WebKit/Source/devtools/front_end/security/originView.css
index ba8273ef8494c6585a84073a115093ba9c04ea9b..89bb5d616bf0bd83b393a4b38125051983a77f9b 100644
--- a/third_party/WebKit/Source/devtools/front_end/security/originView.css
+++ b/third_party/WebKit/Source/devtools/front_end/security/originView.css
@@ -17,7 +17,7 @@
.security-origin-view .origin-view-section {
border-bottom: 1px solid rgb(230, 230, 230);
- padding: 12px 6px;
+ padding: 12px 6px 12px 18px;
}
.security-origin-view .origin-display {
@@ -42,7 +42,7 @@
padding: 12px 24px;
}
-.security-origin-view .origin-view-section-title {margin-bottom: 10px;padding-left: 18px;}
+.security-origin-view .origin-view-section-title {margin-bottom: 10px;font-weight: bold;color: #555;}
.security-origin-view .details-table-row {
display: flex;

Powered by Google App Engine
This is Rietveld 408576698