Chromium Code Reviews| Index: Source/devtools/front_end/security/securityPanel.css |
| diff --git a/Source/devtools/front_end/security/securityPanel.css b/Source/devtools/front_end/security/securityPanel.css |
| index 3742ebf3145804b05fdb4fe94daf8016931a0bf1..7c6fe9c39f370fe27e706078ba6024a9f6cca2a5 100644 |
| --- a/Source/devtools/front_end/security/securityPanel.css |
| +++ b/Source/devtools/front_end/security/securityPanel.css |
| @@ -14,6 +14,11 @@ |
| vertical-align: middle; |
| } |
| +.security.panel .security-state { |
| + font-weight: bold; |
| + font-size: 1.2em; |
| +} |
| + |
| .security.panel .lock-icon { |
| width: 16px; |
| height: 16px; |
| @@ -63,3 +68,20 @@ |
| background-image: url(Images/securityStateSecure_2x.png); |
| } |
| } |
| + |
| +.security.panel .security-explanation { |
| + margin: 16px 0px; |
| +} |
| +.security.panel .security-explanation .lock-icon { |
|
dgozman
2015/06/18 10:50:49
Blank lines between rules.
lgarron
2015/06/18 18:16:18
Done.
|
| + display: inline-block; |
| + vertical-align: bottom; |
| +} |
| +.security.panel .security-explanation .explanation-title { |
| + display: inline-block; |
| + font-weight: bold; |
| + font-size: 1.2em; |
| + margin-left: 4px; |
| +} |
| +.security.panel .security-explanation .explanation-text { |
| + margin: 4px 0px; |
| +} |