Skip to content

Commit

Permalink
Update admin-pills.css to new django admin style
Browse files Browse the repository at this point in the history
  • Loading branch information
mbi authored May 15, 2024
1 parent a6f13f8 commit 44bbd9c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion project_name/apps/cruncher/static/admin/css/admin-pills.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
text-decoration: none;
}
.pill + .pill,
.related-lookup + .pill {margin-left: 0.5rem;}
.related-lookup + strong > .pill {margin-left: 0.5rem;}
.pill .deletelink {
margin-left: 0.25rem;
}
input + .related-lookup {
height: 30px;
line-height: 30px;
background-position: 50%;
}

0 comments on commit 44bbd9c

Please sign in to comment.