- Patch #402044 by Jeff Burnz, yched: field RTL CSS tweaks.
parent
f04809024d
commit
3014058634
|
@ -9,3 +9,7 @@ form .field-multiple-table td.field-multiple-drag {
|
||||||
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{
|
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{
|
||||||
padding-left: .5em;
|
padding-left: .5em;
|
||||||
}
|
}
|
||||||
|
.field-label-inline .field-label,
|
||||||
|
.field-label-inline .field-items {
|
||||||
|
float: right;
|
||||||
|
}
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
}
|
}
|
||||||
.field-label-inline .field-label,
|
.field-label-inline .field-label,
|
||||||
.field-label-inline .field-items {
|
.field-label-inline .field-items {
|
||||||
float:left;
|
float:left; /*LTR*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Form display */
|
/* Form display */
|
||||||
|
|
Loading…
Reference in New Issue