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

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

Issue 480393002: Move the security interstitials into a single folder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added comments Created 6 years, 4 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/security_warnings/interstitial_v2.css
diff --git a/chrome/browser/resources/ssl/interstitial_v2.css b/chrome/browser/resources/security_warnings/interstitial_v2.css
similarity index 93%
rename from chrome/browser/resources/ssl/interstitial_v2.css
rename to chrome/browser/resources/security_warnings/interstitial_v2.css
index df3dd2565f9c38322e48dc1d78fbece4769ce0fa..ba0c9f11d52db1d4002025ba84b84f24416635a8 100644
--- a/chrome/browser/resources/ssl/interstitial_v2.css
+++ b/chrome/browser/resources/security_warnings/interstitial_v2.css
@@ -139,8 +139,8 @@ input[type=checkbox] {
.safe-browsing .icon {
background-image: -webkit-image-set(
- url(../safe_browsing/images/1x/stop_sign.png) 1x,
- url(../safe_browsing/images/2x/stop_sign.png) 2x);
+ url(images/1x/stop_sign.png) 1x,
+ url(images/2x/stop_sign.png) 2x);
}
.small-link {
@@ -202,12 +202,6 @@ input[type=checkbox] {
color: black;
}
-.yellow .icon {
- background-image: -webkit-image-set(
- url(images/1x/brokenssl_yellow.png) 1x,
- url(images/2x/brokenssl_yellow.png) 2x);
-}
-
@media (max-width: 700px) {
.interstitial-wrapper {
padding: 0 10%;

Powered by Google App Engine
This is Rietveld 408576698