bijoe: fix z-index of ODS export button

This commit is contained in:
Benjamin Dauvergne 2016-05-25 10:11:51 +02:00
parent 577c56d1ab
commit 07d8e61bb9
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>