mirror of
https://github.com/django/django.git
synced 2024-12-28 03:55:50 +00:00
[4.2.x] Fixed overindentation of AdminURLFieldWidget.
Regression in96a598356a
. Backport of080e13a6ef
from main
This commit is contained in:
parent
f12dc36754
commit
4b01a4e6f5
@ -94,13 +94,8 @@ form ul.inline li {
|
|||||||
padding: 6px 0;
|
padding: 6px 0;
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
margin-left: 170px;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
.aligned label + div.readonly,
|
|
||||||
.aligned label + .datetime {
|
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.aligned ul label {
|
.aligned ul label {
|
||||||
@ -141,11 +136,6 @@ form .aligned p.datetime div.help.timezonewarning {
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
form .aligned .checkbox-row + .help {
|
|
||||||
margin-left: 0;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
form .aligned p.help:last-child,
|
form .aligned p.help:last-child,
|
||||||
form .aligned div.help:last-child {
|
form .aligned div.help:last-child {
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -188,12 +178,6 @@ form .aligned table p {
|
|||||||
width: 610px;
|
width: 610px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.checkbox-row p.help,
|
|
||||||
.checkbox-row div.help {
|
|
||||||
margin-left: 0;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
fieldset .fieldBox {
|
fieldset .fieldBox {
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user