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

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: removed some unnecessary includes and fixed order in net.gypi Created 4 years, 8 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 539ebf0c65ee15c99e88b57597cad0b58182e3b2..b42ec4ab04e24d1dd098a427a7c20284374f6dcd 100644
--- a/third_party/WebKit/Source/devtools/front_end/security/originView.css
+++ b/third_party/WebKit/Source/devtools/front_end/security/originView.css
@@ -55,7 +55,7 @@
.security-origin-view .details-table-row > div:first-child {
color: rgb(140, 140, 140);
- width: 7em;
+ width: 8em;
margin-right: 1em;
flex: none;
display: flex;
@@ -66,6 +66,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: 9.2em;
+ padding-top: 5px;
+}
+
.security-origin-view .details-table .empty-san {
color: rgb(140, 140, 140);
}

Powered by Google App Engine
This is Rietveld 408576698