mirror of
https://github.com/django/django.git
synced 2025-03-11 09:52:38 +00:00
Fixed #33781 -- Restored alignment for admin split-field timezone warnings.
Regression in f3e2bb0833105f43efc0cc6f19c8465bc1b1a785. 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…
x
Reference in New Issue
Block a user