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

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

Issue 2846673002: Move learn more link to the main section in security interstitials (Closed)
Patch Set: Created 3 years, 8 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 | components/security_interstitials_strings.grdp » ('j') | 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 text-transform: uppercase; 90 text-transform: uppercase;
91 } 91 }
92 92
93 #details-button:hover { 93 #details-button:hover {
94 box-shadow: inherit; 94 box-shadow: inherit;
95 text-decoration: underline; 95 text-decoration: underline;
96 } 96 }
97 97
98 .error-code { 98 .error-code {
99 color: #646464; 99 color: #646464;
100 font-size: .86667em;
101 /*margin-top: 15px;
lgarron 2017/04/27 00:01:56 Nit: Delete? If someone undoes this change, it sho
meacer 2017/04/27 00:09:46 Done.
100 display: inline; 102 display: inline;
101 font-size: .86667em; 103 opacity: 1;*/
102 margin-top: 15px;
103 opacity: 1;
104 text-transform: uppercase; 104 text-transform: uppercase;
105 } 105 }
106 106
107 #error-debugging-info { 107 #error-debugging-info {
108 font-size: 0.8em; 108 font-size: 0.8em;
109 } 109 }
110 110
111 h1 { 111 h1 {
112 color: #333; 112 color: #333;
113 font-size: 1.6em; 113 font-size: 1.6em;
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 width: 100%; 641 width: 100%;
642 } 642 }
643 } 643 }
644 644
645 @media (max-width: 239px) and (orientation: portrait) { 645 @media (max-width: 239px) and (orientation: portrait) {
646 .nav-wrapper { 646 .nav-wrapper {
647 padding-left: 0; 647 padding-left: 0;
648 padding-right: 0; 648 padding-right: 0;
649 } 649 }
650 } 650 }
OLDNEW
« no previous file with comments | « no previous file | components/security_interstitials_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698