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

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

Issue 1772603002: Addition of Certificate Transparency details to Security panel of DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 c0f392269f249630182d6617aa8639ecea49b542..23336d1daeae4123dae669426a3207e497d0b81d 100644
--- a/third_party/WebKit/Source/devtools/front_end/security/originView.css
+++ b/third_party/WebKit/Source/devtools/front_end/security/originView.css
@@ -67,6 +67,21 @@
white-space: normal;
}
+.security-origin-view .sct-details .details-table .details-table-row:last-child div:last-child {
+ border-bottom: 1px solid rgb(230, 230, 230);
+ padding-bottom: 10px;
+}
+
+.security-origin-view .sct-details .details-table:last-child .details-table-row:last-child div:last-child {
+ border-bottom: none;
+ padding-bottom: 0;
+}
+
+.security-origin-view .sct-toggle {
+ padding-left: 143px;
+ padding-top: 5px;
+}
+
.security-origin-view .details-table .empty-san {
color: rgb(140, 140, 140);
}

Powered by Google App Engine
This is Rietveld 408576698