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

Unified Diff: chrome/browser/resources/security_warnings/interstitial_v2.css

Issue 584463005: Add debugging information to the SSL blocking page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Brackets for multi-line if Created 6 years, 3 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
« no previous file with comments | « no previous file | chrome/browser/resources/security_warnings/interstitial_v2.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/security_warnings/interstitial_v2.css
diff --git a/chrome/browser/resources/security_warnings/interstitial_v2.css b/chrome/browser/resources/security_warnings/interstitial_v2.css
index 1c0d0af4df3c9175cddf9fe8b07aa82fb2b31bc1..2182634a4a424aa1dbdd1e1100c62f350edc5a44 100644
--- a/chrome/browser/resources/security_warnings/interstitial_v2.css
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.css
@@ -45,6 +45,16 @@ button:hover {
box-shadow: 0 1px 3px rgba(0, 0, 0, .50);
}
+.debugging-content {
+ line-height: 1em;
+ margin-bottom: 0;
+ margin-top: 0;
+}
+
+.debugging-title {
+ font-weight: bold;
+}
+
#details {
color: #696969;
margin: 45px 0 50px;
@@ -60,6 +70,10 @@ button:hover {
text-transform: uppercase;
}
+#error-debugging-info {
+ font-size: 0.8em;
+}
+
h1 {
-webkit-margin-after: 16px;
color: #585858;
« no previous file with comments | « no previous file | chrome/browser/resources/security_warnings/interstitial_v2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698