4ace8dac64bdb0ffa12ba96eaf6e3364d266559f
[themes.git] / EarlyBlue / communicator / dataman / dataman.css
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 .permissionpwd,
15 .permission {
16   padding-top: 6px;
17   padding-bottom: 6px;
18   -moz-padding-start: 7px;
19   -moz-padding-end: 7px;
20   min-height: 25px;
21   border-bottom: 1px dotted #9999CC;
22 }
23
24 .hostLabel {
25   font-weight: bold;
26   font-style: italic;
27   -moz-margin-end: 1em;
28 }
29
30 .permissionLabel {
31   font-weight: bold;
32 }