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

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

Issue 1216003007: Allow text selection in the Security panel main view. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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 | 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-main-view { 6 .security-main-view {
7 -webkit-user-select: text;
7 margin: 1em; 8 margin: 1em;
8 } 9 }
9 10
10 .security-main-view .lock-icon { 11 .security-main-view .lock-icon {
11 display: inline-block; 12 display: inline-block;
12 margin: 0.2em; 13 margin: 0.2em;
13 vertical-align: middle; 14 vertical-align: middle;
14 } 15 }
15 16
16 .security-main-view .security-state { 17 .security-main-view .security-state {
(...skipping 16 matching lines...) Expand all
33 .security-explanation .explanation-title { 34 .security-explanation .explanation-title {
34 display: inline-block; 35 display: inline-block;
35 font-size: 1.2em; 36 font-size: 1.2em;
36 font-weight: bold; 37 font-weight: bold;
37 margin-left: 4px; 38 margin-left: 4px;
38 } 39 }
39 40
40 .security-explanation .explanation-text { 41 .security-explanation .explanation-text {
41 margin: 4px 0px; 42 margin: 4px 0px;
42 } 43 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698