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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be 2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file. */ 3 * found in the LICENSE file. */
4 4
5 body { 5 body {
6 background: url('images/stripe.png') rgb(140, 0, 0); 6 background: url('images/stripe.png') rgb(140, 0, 0);
7 margin: 0; 7 margin: 0;
8 } 8 }
9 9
10 .cell { 10 .cell {
(...skipping 16 matching lines...) Expand all
27 } 27 }
28 28
29 html[dir='rtl'] .float { 29 html[dir='rtl'] .float {
30 float: left; 30 float: left;
31 } 31 }
32 32
33 #malware-icon { 33 #malware-icon {
34 margin-top: 20px; 34 margin-top: 20px;
35 } 35 }
36 36
37 #phishing-icon {
38 margin-top: 60px;
39 }
40
37 #subresource-icon { 41 #subresource-icon {
38 margin-top: 50px; 42 margin-top: 50px;
39 } 43 }
40 44
41 .clear { 45 .clear {
42 clear: both; 46 clear: both;
43 } 47 }
44 48
45 #logo { 49 #logo {
46 content: -webkit-image-set( 50 content: -webkit-image-set(
(...skipping 23 matching lines...) Expand all
70 font-size: 13px; 74 font-size: 13px;
71 } 75 }
72 76
73 footer { 77 footer {
74 font-size: 13px; 78 font-size: 13px;
75 margin-top: 50px; 79 margin-top: 50px;
76 } 80 }
77 81
78 #learn-more-link { 82 #learn-more-link {
79 font-size: 13px; 83 font-size: 13px;
84 white-space: nowrap;
80 } 85 }
81 86
82 .submission { 87 .submission {
83 -webkit-margin-end: 5px; 88 -webkit-margin-end: 5px;
84 margin-bottom: 15px; 89 margin-bottom: 15px;
85 padding: 0; 90 padding: 0;
86 } 91 }
87 92
88 button { 93 button {
89 -webkit-box-shadow: inset 0 1px 0 0 rgb(129, 169, 243), 94 -webkit-box-shadow: inset 0 1px 0 0 rgb(129, 169, 243),
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 -webkit-margin-start: 1px; 148 -webkit-margin-start: 1px;
144 margin-top: 3px; 149 margin-top: 3px;
145 position: absolute; 150 position: absolute;
146 } 151 }
147 152
148 .checkbox span { 153 .checkbox span {
149 -webkit-margin-start: 21px; 154 -webkit-margin-start: 21px;
150 display: inline-block; 155 display: inline-block;
151 } 156 }
152 157
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698