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

Unified Diff: components/security_interstitials/core/browser/resources/interstitial_v2.css

Issue 2412993002: Make PEM debugging section fixed width in the SSL interstitial (Closed)
Patch Set: bool Created 4 years, 2 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 | components/security_interstitials/core/browser/resources/interstitial_v2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/security_interstitials/core/browser/resources/interstitial_v2.css
diff --git a/components/security_interstitials/core/browser/resources/interstitial_v2.css b/components/security_interstitials/core/browser/resources/interstitial_v2.css
index ea9e1f9b66f924827727269571e342fc2b4510f9..014d7bd49daa4c70c28154050d36bbc3263fd27c 100644
--- a/components/security_interstitials/core/browser/resources/interstitial_v2.css
+++ b/components/security_interstitials/core/browser/resources/interstitial_v2.css
@@ -61,6 +61,13 @@ button:hover {
margin-top: 1em;
}
+.debugging-content-fixed-width {
+ display: block;
+ font-family: monospace;
+ font-size: 1.2em;
+ margin-top: 0.5em;
+}
+
.debugging-title {
font-weight: bold;
}
« no previous file with comments | « no previous file | components/security_interstitials/core/browser/resources/interstitial_v2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698