Add filtering to the dossiers table

This commit is contained in:
gregoirenovel 2017-09-28 11:04:18 +02:00
parent 801318b053
commit 0705efde30
8 changed files with 164 additions and 12 deletions

View file

@ -104,6 +104,11 @@
cursor: default;
z-index: 10;
&.left-aligned {
left: 0;
right: unset;
}
&.terminated {
width: 600px;
color: $black;
@ -186,6 +191,22 @@
border: 1px solid $border-grey;
}
}
&.large {
width: 340px;
}
label {
width: 100px;
display: inline-block;
margin-bottom: 2 * $default-spacer;
}
input,
select {
width: 200px;
display: inline-block;
}
}
.select2-dropdown {