0ab72e3a05030fc7ebd8b2a2d08dee9576e9c656
[themes.git] / LCARStrek / 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   padding-inline-start: 7px;
19   padding-inline-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   margin-inline-end: 1em;
28 }
29
30 .permissionLabel {
31   font-weight: bold;
32 }