mirror of https://github.com/django/django.git
Fixed #33781 -- Restored alignment for admin split-field timezone warnings.
Regression in f3e2bb0833
.
Refs #33750 and #27207.
This commit is contained in:
parent
608ab043f7
commit
6f80050496
|
@ -123,6 +123,12 @@ form .aligned div.help {
|
|||
padding-left: 10px;
|
||||
}
|
||||
|
||||
form .aligned p.datetime div.help.timezonewarning {
|
||||
margin-left: 0;
|
||||
padding-left: 0;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
form .aligned label + p.help,
|
||||
form .aligned label + div.help {
|
||||
margin-left: 0;
|
||||
|
|
Loading…
Reference in New Issue