1
|
|
2
|
|
3
|
.field .field-label {
|
4
|
font-weight: bold;
|
5
|
}
|
6
|
.field-label-inline .field-label,
|
7
|
.field-label-inline .field-items {
|
8
|
float:left;
|
9
|
}
|
10
|
|
11
|
|
12
|
form .field-multiple-table {
|
13
|
margin: 0;
|
14
|
}
|
15
|
form .field-multiple-table th.field-label {
|
16
|
padding-left: 0;
|
17
|
}
|
18
|
form .field-multiple-table td.field-multiple-drag {
|
19
|
width: 30px;
|
20
|
padding-right: 0;
|
21
|
}
|
22
|
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle {
|
23
|
padding-right: .5em;
|
24
|
}
|
25
|
|
26
|
form .field-add-more-submit {
|
27
|
margin: .5em 0 0;
|
28
|
}
|