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

Side by Side Diff: chrome/browser/resources/ssl/interstitial_v2.css

Issue 378093003: Hide the default checkbox on Safe Browsing interstitials (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright 2014 The Chromium Authors. All rights reserved. 1 /* Copyright 2014 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 a { 5 a {
6 color: #585858; 6 color: #585858;
7 } 7 }
8 8
9 body { 9 body {
10 background-color: #f7f7f7; 10 background-color: #f7f7f7;
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 } 83 }
84 84
85 .icon { 85 .icon {
86 background-repeat: no-repeat; 86 background-repeat: no-repeat;
87 background-size: 100%; 87 background-size: 100%;
88 height: 72px; 88 height: 72px;
89 margin: 0 0 40px; 89 margin: 0 0 40px;
90 width: 72px; 90 width: 72px;
91 } 91 }
92 92
93 input[type=checkbox] {
94 visibility: hidden;
95 }
96
93 .interstitial-wrapper { 97 .interstitial-wrapper {
94 box-sizing: border-box; 98 box-sizing: border-box;
95 font-size: 1em; 99 font-size: 1em;
96 line-height: 1.6em; 100 line-height: 1.6em;
97 margin: 100px auto 0; 101 margin: 100px auto 0;
98 max-width: 600px; 102 max-width: 600px;
99 width: 100%; 103 width: 100%;
100 } 104 }
101 105
102 #malware-opt-in { 106 #malware-opt-in {
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 } 264 }
261 265
262 .nav-wrapper { 266 .nav-wrapper {
263 margin-top: 30px; 267 margin-top: 30px;
264 } 268 }
265 269
266 .small-link { 270 .small-link {
267 font-size: 1em; 271 font-size: 1em;
268 } 272 }
269 } 273 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698