fix table cell CSS so that the 'choose another page' button displays in full

pull/3137/head
Matt Westcott 2016-09-30 15:43:44 +01:00
rodzic 1b2cb50a84
commit 378516855f
2 zmienionych plików z 7 dodań i 1 usunięć

Wyświetl plik

@ -14,3 +14,9 @@
font-size: 2.5em !important;
}
}
.page-permissions-listing {
.admin_page_chooser .field-content {
width: 100%; // so that 'choose another page' button displays in its entirety
}
}

Wyświetl plik

@ -11,7 +11,7 @@
</p>
{% endif %}
<table class="listing">
<table class="listing page-permissions-listing">
<col />
{% for i in formset.permission_types %}
<col width="15%" />