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

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: rebase 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 {
11 padding: 40px; 11 padding: 40px;
12 } 12 }
13 13
14 .box { 14 .box {
15 -webkit-border-radius: 5px; 15 -webkit-border-radius: 5px;
16 -webkit-box-shadow: 3px 3px 8px rgb(140, 0, 0); 16 -webkit-box-shadow: 3px 3px 8px rgb(140, 0, 0);
17 background-color: white; 17 background-color: white;
18 color: rgb(75, 75, 77); 18 color: rgb(75, 75, 77);
19 padding: 40px 50px; 19 padding: 40px;
20 position: relative; 20 position: relative;
21 text-align: start; 21 text-align: start;
22 width: 700px; 22 width: 700px;
23 } 23 }
24 24
25 .float { 25 .float {
26 float: right; 26 float: right;
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 .icon {
34 margin-top: 20px; 34 margin-top: 23px;
35 }
36
37 #subresource-icon {
38 margin-top: 50px;
39 } 35 }
40 36
41 .clear { 37 .clear {
42 clear: both; 38 clear: both;
43 } 39 }
44 40
45 #logo { 41 #logo {
46 content: -webkit-image-set( 42 content: -webkit-image-set(
47 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_48.png') 1x, 43 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_48.png') 1x,
48 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_96.png') 2x); 44 url('../../../app/theme/%DISTRIBUTION%/product_logo_name_96.png') 2x);
49 padding: 3px 0;
50 } 45 }
51 46
52 #headline { 47 #headline {
53 -webkit-margin-end: 260px; 48 -webkit-margin-end: 260px;
54 color: #333; 49 color: #333;
55 font-size: 22px; 50 font-size: 22px;
56 font-weight: bold; 51 font-weight: bold;
57 margin-top: 20px; 52 margin-top: 20px;
58 } 53 }
59 54
(...skipping 10 matching lines...) Expand all
70 font-size: 13px; 65 font-size: 13px;
71 } 66 }
72 67
73 footer { 68 footer {
74 font-size: 13px; 69 font-size: 13px;
75 margin-top: 50px; 70 margin-top: 50px;
76 } 71 }
77 72
78 #learn-more-link { 73 #learn-more-link {
79 font-size: 13px; 74 font-size: 13px;
75 white-space: nowrap;
76 }
77
78 #privacy-link {
79 white-space: nowrap;
80 } 80 }
81 81
82 .submission { 82 .submission {
83 -webkit-margin-end: 5px; 83 -webkit-margin-end: 5px;
84 margin-bottom: 15px; 84 margin-bottom: 15px;
85 padding: 0; 85 padding: 0;
86 } 86 }
87 87
88 button { 88 button {
89 -webkit-box-shadow: inset 0 1px 0 0 rgb(129, 169, 243), 89 -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; 143 -webkit-margin-start: 1px;
144 margin-top: 3px; 144 margin-top: 3px;
145 position: absolute; 145 position: absolute;
146 } 146 }
147 147
148 .checkbox span { 148 .checkbox span {
149 -webkit-margin-start: 21px; 149 -webkit-margin-start: 21px;
150 display: inline-block; 150 display: inline-block;
151 } 151 }
152 152
OLDNEW
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/resources/safe_browsing/malware_block_v2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698