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

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: Rebased 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/safe_browsing/safe_browsing_blocking_page.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2306d66b6e51427546a3d2c399cdbc34d72982cb..84f7b56ed32c62d5086d04888aa976e8027b5cd9 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 {
@@ -211,7 +211,7 @@ h2 {
button,
[dir='rtl'] button {
float: none;
- height: auto;
+ font-size: 1em;
width: 100%;
}
@@ -241,4 +241,8 @@ h2 {
.nav-wrapper {
margin-top: 30px;
}
+
+ .small-link {
+ font-size: 1em;
+ }
}
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/safe_browsing/safe_browsing_blocking_page.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698