Skip to content

Commit a20aa1e

Browse files
committed
style fixes
1 parent 5782474 commit a20aa1e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

backend/custom_admin/templates/admin/pycon_base.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
#header {
44
margin-top: 40px;
55
}
6+
7+
div.submit-row a.deletelink {
8+
height: auto;
9+
}
10+
11+
.inline-group .tabular .module td.original p {
12+
height: auto;
13+
}
14+
15+
.field-move_up_down_links, .field-move_up_down_links p {
16+
display: flex;
17+
gap: 5px;
18+
}
19+
.field-move_up_down_links p a {
20+
width: 9px;
21+
height: 6px;
22+
}
623
</style>
724
{% endblock extrastyle %} {% block userlinks %}
825
<div

0 commit comments

Comments
 (0)