summaryrefslogtreecommitdiffstats
path: root/css/dnxasi_admin_style.css
blob: 67701b401e503fc964c963ab4ea94268bae4177d (plain)
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
.dnxasi_label {
    display: block;
    float: left;
    margin: 0 30px 20px 2px;
    position: relative;
}
.dnxasi_label input[type=radio] {
    margin-top: -4px;
    margin-right: 4px;
    float: none;
}
.dnxasi_label span {
    display: block;
    width: 136px;
    padding: 0 2px;
}
.dnxasi_label:nth-of-type(2n) span {
    text-align: center;
}
.dnxasi_label:nth-of-type(3n) span {
    text-align: right;
}
.dnxasi_label span img {
    margin-bottom: -2px;
}
.dnxasi_label span small {
    font-style: italic;
    font-size: 75%;
}