mirror of
https://github.com/django/django.git
synced 2025-11-24 21:00:12 +00:00
Refs #35003 -- Corrected "wide" form margins in admin for LTR languages.
This commit is contained in:
parent
999ba9db6d
commit
be06c39abe
1 changed files with 0 additions and 7 deletions
|
|
@ -190,13 +190,6 @@ fieldset .fieldBox {
|
|||
width: 200px;
|
||||
}
|
||||
|
||||
form .wide p,
|
||||
form .wide ul.errorlist,
|
||||
form .wide input + p.help,
|
||||
form .wide input + div.help {
|
||||
margin-left: 200px;
|
||||
}
|
||||
|
||||
form .wide p.help,
|
||||
form .wide div.help {
|
||||
padding-left: 50px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue