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

Side by Side Diff: Source/devtools/front_end/security/originView.css

Issue 1323263003: Security panel origin view: truncate SAN to two entries by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: s/in total/total/ Created 5 years, 3 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 | « Source/devtools/front_end/security/SecurityPanel.js ('k') | 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 (c) 2015 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2015 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 5
6 .security-origin-view { 6 .security-origin-view {
7 overflow-x: hidden; 7 overflow-x: hidden;
8 overflow-y: scroll; 8 overflow-y: scroll;
9 display: block; 9 display: block;
10 -webkit-user-select: text; 10 -webkit-user-select: text;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 justify-content: flex-end; 58 justify-content: flex-end;
59 } 59 }
60 .security-origin-view .details-table-row > div:nth-child(2) { 60 .security-origin-view .details-table-row > div:nth-child(2) {
61 flex: auto; 61 flex: auto;
62 white-space: normal; 62 white-space: normal;
63 } 63 }
64 64
65 .security-origin-view .details-table .san-entry { 65 .security-origin-view .details-table .san-entry {
66 display: block; 66 display: block;
67 } 67 }
68
69 .security-origin-view .truncated-san .truncated-entry {
70 display: none;
71 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/security/SecurityPanel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698