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