1
0
mirror of https://github.com/django/django.git synced 2025-10-25 06:36:07 +00:00

Fixed #24676 -- Fixed help text positioning in `contrib.admin` filter_* widgets.

This commit is contained in:
Tim Graham
2015-05-01 09:22:44 -04:00
parent 08c980d752
commit 2c3ce26beb
2 changed files with 7 additions and 0 deletions

View File

@@ -609,6 +609,9 @@ ul.orderer li.deleted:hover, ul.orderer li.deleted a.selector:hover {
}
/* RELATED WIDGET WRAPPER */
.related-widget-wrapper {
overflow: hidden; /* clear floated contents */
}
.related-widget-wrapper-link {
opacity: 0.3;