update versions to current nightlies
[themes.git] / LCARStrek / communicator / dataman / dataman.css
CommitLineData
9099c61d
RK
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/. */
1b3c8528
RK
4
5#permList {
6 margin-top: .5em;
7 overflow: auto;
8}
9
a3b6328b
RK
10#permList[disabled="true"] {
11 opacity: .5;
12}
13
f7d5404c 14.permissionpwd,
1b3c8528
RK
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 #9C9CFF;
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}