#402044 by yched: Make Field CSS RTL compatible.
parent
243ecdaf52
commit
2302a608be
|
@ -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;
|
||||
}
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue