bijoe: fix z-index of ODS export button

This commit is contained in:
Benjamin Dauvergne 2016-05-25 10:11:51 +02:00
parent fab899f323
commit 6c8d417216
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ table {
input[type=submit] {
float: right;
z-index: 1;
position: relative;
}
.filter { display: inline-block; }
</style>