- Patch #402044 by Jeff Burnz, yched: field RTL CSS tweaks.

merge-requests/26/head
Dries Buytaert 2010-05-22 20:23:01 +00:00
parent f04809024d
commit 3014058634
2 changed files with 5 additions and 1 deletions

View File

@ -9,3 +9,7 @@ form .field-multiple-table td.field-multiple-drag {
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{
padding-left: .5em;
}
.field-label-inline .field-label,
.field-label-inline .field-items {
float: right;
}

View File

@ -6,7 +6,7 @@
}
.field-label-inline .field-label,
.field-label-inline .field-items {
float:left;
float:left; /*LTR*/
}
/* Form display */