bijoe: improve table style

This commit is contained in:
Benjamin Dauvergne 2016-05-25 10:12:15 +02:00
parent 07d8e61bb9
commit f4f1dfc9b1
1 changed files with 8 additions and 0 deletions

View File

@ -24,6 +24,14 @@ input[type=submit] {
position: relative;
}
.filter { display: inline-block; }
td {
width: 10em;
}
th {
text-overflow: ellipsis;
text-align: left;
width: 30px;
}
</style>
{% endblock %}