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

Unified Diff: chrome/browser/resources/safe_browsing/malware_block_v2.css

Issue 10928173: Safe Browsing phishing interstitial redesign. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nowrap the learn more link Created 8 years, 3 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/safe_browsing/malware_block_v2.css
diff --git a/chrome/browser/resources/safe_browsing/malware_block_v2.css b/chrome/browser/resources/safe_browsing/malware_block_v2.css
index 6389fe458f3c831b7bb4be4609bcabda575fbc56..7e668b391b194e14d4901ca0c18b389c2805ce8d 100644
--- a/chrome/browser/resources/safe_browsing/malware_block_v2.css
+++ b/chrome/browser/resources/safe_browsing/malware_block_v2.css
@@ -34,6 +34,10 @@ html[dir='rtl'] .float {
margin-top: 20px;
}
+#phishing-icon {
+ margin-top: 60px;
+}
+
#subresource-icon {
margin-top: 50px;
}
@@ -77,6 +81,7 @@ footer {
#learn-more-link {
font-size: 13px;
+ white-space: nowrap;
}
.submission {

Powered by Google App Engine
This is Rietveld 408576698