| 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
| 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
| 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
| 4 | |
| 5 | #permList { |
| 6 | margin-top: .5em; |
| 7 | overflow: auto; |
| 8 | } |
| 9 | |
| 10 | #permList[disabled="true"] { |
| 11 | opacity: .5; |
| 12 | } |
| 13 | |
| 14 | .permission { |
| 15 | padding-top: 6px; |
| 16 | padding-bottom: 6px; |
| 17 | -moz-padding-start: 7px; |
| 18 | -moz-padding-end: 7px; |
| 19 | min-height: 25px; |
| 20 | border-bottom: 1px dotted #9999CC; |
| 21 | } |
| 22 | |
| 23 | .hostLabel { |
| 24 | font-weight: bold; |
| 25 | font-style: italic; |
| 26 | -moz-margin-end: 1em; |
| 27 | } |
| 28 | |
| 29 | .permissionLabel { |
| 30 | font-weight: bold; |
| 31 | } |