Skip to content
Snippets Groups Projects
Commit 30140586 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent f0480902
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......@@ -6,7 +6,7 @@
}
.field-label-inline .field-label,
.field-label-inline .field-items {
float:left;
float:left; /*LTR*/
}
/* Form display */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment