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); |
} |