mirror of https://github.com/django/django.git
Fixed #27743 -- Prevented admin's "+" button icon from overlapping its label.
This commit is contained in:
parent
0d74c41981
commit
e5c2e43cc8
|
@ -738,7 +738,7 @@ a.deletelink:focus, a.deletelink:hover {
|
|||
|
||||
.object-tools a.viewsitelink, .object-tools a.golink,.object-tools a.addlink {
|
||||
background-repeat: no-repeat;
|
||||
background-position: 93% center;
|
||||
background-position: right 7px center;
|
||||
padding-right: 26px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue