mirror of https://github.com/django/django.git
Fixed #27158 -- Fixed positioning of admin's many-to-many widgets in rtl.css.
This commit is contained in:
parent
3507d4e773
commit
13a8e633c2
|
@ -166,6 +166,10 @@ thead th.sorted .text {
|
|||
margin-left: 5px;
|
||||
}
|
||||
|
||||
form .aligned p.help, form .aligned div.help {
|
||||
clear: right;
|
||||
}
|
||||
|
||||
form ul.inline li {
|
||||
float: right;
|
||||
padding-right: 0;
|
||||
|
@ -226,6 +230,10 @@ form .form-row p.datetime {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.related-widget-wrapper {
|
||||
float: right;
|
||||
}
|
||||
|
||||
/* MISC */
|
||||
|
||||
.inline-related h2, .inline-group h2 {
|
||||
|
|
Loading…
Reference in New Issue