summaryrefslogtreecommitdiffstats
path: root/modules-available/permissionmanager/style.css
blob: ee81bf476b2792cf05a2ab3f22e180f44b35c8e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#switchForm {
    text-align: center;
    margin-bottom: 50px;
}

.table {
    margin-top: 20px;
}

.table > tbody > tr > td {
    vertical-align: middle;
    height: 50px;
}

.checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.scrollingTable {
    height: 500px;
    overflow: auto;
}

.customSpanMargin {
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 2px;
}