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

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

Issue 1639953002: Network error interstitial update - add suggestions list (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up styling Created 4 years, 10 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
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 #details p:not(:first-of-type) { 73 #details p:not(:first-of-type) {
74 margin-top: 20px; 74 margin-top: 20px;
75 } 75 }
76 76
77 #details-button { 77 #details-button {
78 background: inherit; 78 background: inherit;
79 border: 0; 79 border: 0;
80 float: none; 80 float: none;
81 margin: 0; 81 margin: 0;
82 padding: 10px 0; 82 padding: 10px 0;
83 text-decoration: underline; 83 text-transform: uppercase;
84 } 84 }
85 85
86 #details-button:hover { 86 #details-button:hover {
87 box-shadow: inherit; 87 box-shadow: inherit;
88 text-decoration: underline;
88 } 89 }
89 90
90 .error-code { 91 .error-code {
91 color: #696969; 92 color: #696969;
92 display: inline; 93 display: inline;
93 font-size: .86667em; 94 font-size: .86667em;
94 margin-top: 15px; 95 margin-top: 15px;
95 opacity: .5; 96 opacity: .5;
96 text-transform: uppercase; 97 text-transform: uppercase;
97 } 98 }
(...skipping 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 width: 100%; 627 width: 100%;
627 } 628 }
628 } 629 }
629 630
630 @media (max-width: 239px) and (orientation: portrait) { 631 @media (max-width: 239px) and (orientation: portrait) {
631 .nav-wrapper { 632 .nav-wrapper {
632 padding-left: 0; 633 padding-left: 0;
633 padding-right: 0; 634 padding-right: 0;
634 } 635 }
635 } 636 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698