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

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: review comment addressed. 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/sdk/ServiceWorkerManager.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/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..84fcd9184f7b4647c3f75294898893a3f6a25450 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,11 @@
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;
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/ServiceWorkerManager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698