mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Fixed overindentation of AdminURLFieldWidget.
Regression in 96a598356a
.
This commit is contained in:
parent
5dba5fda55
commit
080e13a6ef
1 changed files with 1 additions and 17 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue