alfortville: adjust copies dialog table style

This commit is contained in:
Frédéric Péters 2016-03-31 12:13:23 +02:00
parent 0778e2224b
commit 2651fd48bc
2 changed files with 12 additions and 1 deletions

View File

@ -5,7 +5,7 @@
<form method="POST">
{% csrf_token %}
<table>
<table class="avis">
<thead>
<tr>
<td></td>

View File

@ -599,3 +599,14 @@ div.inactive {
p.required label::after {
content: " (*)";
}
.ui-dialog table.avis tbody th:first-child {
max-width: 25em;
text-align: left;
}
.ui-dialog table.avis tbody th,
.ui-dialog table.avis tbody td {
border-bottom: 1px dotted #aaa;
padding-top: 0.5ex;
}