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 2412993002: Make PEM debugging section fixed width in the SSL interstitial (Closed)
Patch Set: Created 4 years, 2 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 display: inline; 54 display: inline;
55 overflow: auto; 55 overflow: auto;
56 } 56 }
57 57
58 .debugging-content { 58 .debugging-content {
59 line-height: 1em; 59 line-height: 1em;
60 margin-bottom: 0; 60 margin-bottom: 0;
61 margin-top: 1em; 61 margin-top: 1em;
62 } 62 }
63 63
64 .debugging-content-pem {
65 font-family: monospace;
66 display: block;
67 }
68
64 .debugging-title { 69 .debugging-title {
65 font-weight: bold; 70 font-weight: bold;
66 } 71 }
67 72
68 #details { 73 #details {
69 color: #696969; 74 color: #696969;
70 margin: 45px 0 50px; 75 margin: 45px 0 50px;
71 } 76 }
72 77
73 #details p:not(:first-of-type) { 78 #details p:not(:first-of-type) {
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 width: 100%; 644 width: 100%;
640 } 645 }
641 } 646 }
642 647
643 @media (max-width: 239px) and (orientation: portrait) { 648 @media (max-width: 239px) and (orientation: portrait) {
644 .nav-wrapper { 649 .nav-wrapper {
645 padding-left: 0; 650 padding-left: 0;
646 padding-right: 0; 651 padding-right: 0;
647 } 652 }
648 } 653 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698