root / drupal7 / modules / field / theme / field-rtl.css @ 76597ebf
1 |
|
---|---|
2 |
form .field-multiple-table th.field-label { |
3 |
padding-right: 0; |
4 |
} |
5 |
form .field-multiple-table td.field-multiple-drag { |
6 |
padding-left: 0; |
7 |
} |
8 |
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{ |
9 |
padding-left: .5em; |
10 |
} |
11 |
.field-label-inline .field-label, |
12 |
.field-label-inline .field-items { |
13 |
float: right; |
14 |
} |