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

Side by Side Diff: components/security_interstitials/core/browser/resources/interstitial_v2.css

Issue 2618303002: Fix blurred reload button on security intersitials for low end devices (Closed)
Patch Set: Created 3 years, 11 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
« 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 .bad-clock .icon { 9 .bad-clock .icon {
10 background-image: -webkit-image-set( 10 background-image: -webkit-image-set(
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 } 395 }
396 396
397 button, 397 button,
398 [dir='rtl'] button, 398 [dir='rtl'] button,
399 button.small-link { 399 button.small-link {
400 font-family: Roboto-Regular,Helvetica; 400 font-family: Roboto-Regular,Helvetica;
401 font-size: .933em; 401 font-size: .933em;
402 font-weight: 600; 402 font-weight: 600;
403 margin: 6px 0; 403 margin: 6px 0;
404 text-transform: uppercase; 404 text-transform: uppercase;
405 transform: translatez(0);
405 } 406 }
406 407
407 .nav-wrapper { 408 .nav-wrapper {
408 box-sizing: border-box; 409 box-sizing: border-box;
409 padding-bottom: 8px; 410 padding-bottom: 8px;
410 width: 100%; 411 width: 100%;
411 } 412 }
412 413
413 .error-code { 414 .error-code {
414 margin-top: 0; 415 margin-top: 0;
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 width: 100%; 653 width: 100%;
653 } 654 }
654 } 655 }
655 656
656 @media (max-width: 239px) and (orientation: portrait) { 657 @media (max-width: 239px) and (orientation: portrait) {
657 .nav-wrapper { 658 .nav-wrapper {
658 padding-left: 0; 659 padding-left: 0;
659 padding-right: 0; 660 padding-right: 0;
660 } 661 }
661 } 662 }
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