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

Side by Side Diff: chrome/browser/resources/history/history.css

Issue 14752005: Finch experiments on SSL, malware, and phishing interstitials (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed 3 SSL conditions Created 7 years, 7 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 html[dir='rtl'] body.uber-frame > .page { 5 html[dir='rtl'] body.uber-frame > .page {
6 -webkit-margin-end: 0; 6 -webkit-margin-end: 0;
7 } 7 }
8 8
9 #top-container { 9 #top-container {
10 margin-top: 16px; 10 margin-top: 16px;
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 321
322 .in-content-pack-passive { 322 .in-content-pack-passive {
323 border: 1px solid rgb(155, 224, 163); 323 border: 1px solid rgb(155, 224, 163);
324 background-color: rgb(225, 255, 205); 324 background-color: rgb(225, 255, 205);
325 color: rgb(148, 148, 148); 325 color: rgb(148, 148, 148);
326 } 326 }
327 327
328 /* TODO(sergiu): If this is the final icon replace it with a separate resource. 328 /* TODO(sergiu): If this is the final icon replace it with a separate resource.
329 */ 329 */
330 .blocked-indicator { 330 .blocked-indicator {
331 background: url(../ssl_roadblock_icon.png) no-repeat; 331 background: url(../ssl/roadblock_icon.png) no-repeat;
332 background-size: 30%; 332 background-size: 30%;
333 } 333 }
334 334
335 .blocked-indicator .title { 335 .blocked-indicator .title {
336 color: rgb(151, 156, 160); 336 color: rgb(151, 156, 160);
337 } 337 }
338 </if> 338 </if>
339 339
340 #range-previous img { 340 #range-previous img {
341 -webkit-transform: scaleX(-1); 341 -webkit-transform: scaleX(-1);
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 background-image: url(../../../../ui/webui/resources/images/phone_small.png); 534 background-image: url(../../../../ui/webui/resources/images/phone_small.png);
535 background-position: 14px center; 535 background-position: 14px center;
536 padding-left: 43px; 536 padding-left: 43px;
537 } 537 }
538 538
539 #action-menu[data-devicetype='tablet']::before { 539 #action-menu[data-devicetype='tablet']::before {
540 background-image: url(../../../../ui/webui/resources/images/tablet_small.png); 540 background-image: url(../../../../ui/webui/resources/images/tablet_small.png);
541 background-position: 17px center; 541 background-position: 17px center;
542 padding-left: 49px; 542 padding-left: 49px;
543 } 543 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698