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

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

Issue 344943002: Security interstitial tweaks (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: chrome/browser/resources/ssl/interstitial_v2.css
diff --git a/chrome/browser/resources/ssl/interstitial_v2.css b/chrome/browser/resources/ssl/interstitial_v2.css
index c3040b3bd5a7407e9bf472b5820fb79cb4f14270..1428a22c9cc7bf82835c29785cadbe9c80084dad 100644
--- a/chrome/browser/resources/ssl/interstitial_v2.css
+++ b/chrome/browser/resources/ssl/interstitial_v2.css
@@ -51,7 +51,7 @@ button:hover {
}
#details p:not(:first-of-type) {
- margin-top: 39px;
+ margin-top: 20px;
}
#error-code {
@@ -205,7 +205,7 @@ h1 {
button,
[dir='rtl'] button {
float: none;
- height: auto;
+ font-size: 1em;
width: 100%;
}
@@ -235,4 +235,8 @@ h1 {
.nav-wrapper {
margin-top: 30px;
}
+
+ .small-link {
+ font-size: 1em;
+ }
}

Powered by Google App Engine
This is Rietveld 408576698