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

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: Embiggen font size 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
« no previous file with comments | « no previous file | components/security_interstitials/core/browser/resources/interstitial_v2.js » ('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 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 font-size: 1.2em;
67 margin-top: 0.5em;
68 display: block;
elawrence 2016/10/13 16:50:02 I think display:block should go first, per https:/
meacer 2016/10/13 17:36:49 Ah, didn't know about alphabetical sorting rule. T
69 }
70
64 .debugging-title { 71 .debugging-title {
65 font-weight: bold; 72 font-weight: bold;
66 } 73 }
67 74
68 #details { 75 #details {
69 color: #696969; 76 color: #696969;
70 margin: 45px 0 50px; 77 margin: 45px 0 50px;
71 } 78 }
72 79
73 #details p:not(:first-of-type) { 80 #details p:not(:first-of-type) {
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 width: 100%; 646 width: 100%;
640 } 647 }
641 } 648 }
642 649
643 @media (max-width: 239px) and (orientation: portrait) { 650 @media (max-width: 239px) and (orientation: portrait) {
644 .nav-wrapper { 651 .nav-wrapper {
645 padding-left: 0; 652 padding-left: 0;
646 padding-right: 0; 653 padding-right: 0;
647 } 654 }
648 } 655 }
OLDNEW
« no previous file with comments | « no previous file | components/security_interstitials/core/browser/resources/interstitial_v2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698