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