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

Unified Diff: Source/devtools/front_end/security/securityPanel.css

Issue 1179353002: Surface lock icon explanations in the DevTools Security panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Additional linter annotations. Created 5 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: 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;
+}

Powered by Google App Engine
This is Rietveld 408576698