Add filtering to the dossiers table
This commit is contained in:
parent
801318b053
commit
0705efde30
8 changed files with 164 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue