| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |