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

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

Issue 321393002: Updated SSL interstitial strings (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/resources/ssl/interstitial_v2.html » ('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 e76e014df208e61ad9fe1108f969085ff439a9ad..309d4534ee7532eb7ec9e602733ddf653fda45ff 100644
--- a/chrome/browser/resources/ssl/interstitial_v2.css
+++ b/chrome/browser/resources/ssl/interstitial_v2.css
@@ -31,22 +31,21 @@ button {
padding: 8px 24px;
}
-button:hover {
- box-shadow: 0 1px 3px rgba(0, 0, 0, .50);
-}
-
button:active {
background: rgb(50, 102, 213);
}
+button:hover {
+ box-shadow: 0 1px 3px rgba(0, 0, 0, .50);
+}
+
#details {
color: #696969;
margin: 45px 0 150px 0;
}
-#details-button {
- color: #696969;
- font-size: .875em;
+#details p:not(:first-of-type) {
+ margin-top: 39px;
}
#error-code {
@@ -95,8 +94,9 @@ h1 {
width: 100%;
}
-#details p:not(:first-of-type) {
- margin-top: 39px;
+.small-link {
+ color: #696969;
+ font-size: .875em;
}
.safe-browsing a {
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/ssl/interstitial_v2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698