#402044 by yched: Make Field CSS RTL compatible.

merge-requests/26/head
Angie Byron 2009-03-30 05:28:41 +00:00
parent 243ecdaf52
commit 2302a608be
2 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,11 @@
/* $Id$ */
form .field-multiple-table th.field-label {
padding-right: 0;
}
form .field-multiple-table td.field-multiple-drag {
padding-left: 0;
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{
padding-left: .5em;
}

View File

@ -18,14 +18,14 @@ form .field-multiple-table {
margin: 0;
}
form .field-multiple-table th.field-label {
padding-left: 0;
padding-left: 0; /*LTR*/
}
form .field-multiple-table td.field-multiple-drag {
width: 30px;
padding-right: 0;
padding-right: 0; /*LTR*/
}
form .field-multiple-table td.field-multiple-drag a.tabledrag-handle{
padding-right: .5em;
padding-right: .5em; /*LTR*/
}
form .field-add-more-submit {