Skip to content
Snippets Groups Projects
Commit a5946cc1 authored by Martin Burchell's avatar Martin Burchell
Browse files

Fix styling of filters

parent 541cae09
No related branches found
No related tags found
1 merge request!104Fix styling of filters
Pipeline #3065 passed
......@@ -36,7 +36,7 @@
}
// add space between when two or more input boxes are adjacent
.form-control + .form-control{ margin-left: 1.5%; flex-wrap: nowrap}
// Apply and cancel buttons
&:last-child{
border-right: none;
......@@ -45,15 +45,27 @@
margin: 0;
}
}
.filter-dates {
label{flex-basis: 100%;}
> label{flex-basis: 100%;}
> input[type=date] {
line-height:inherit;
flex-basis: 48%;
}
}
.filter-age {
> label{flex-basis: 100%;}
> .form-control {
width: 5rem;
margin-right:1rem;
}
}
.filter-enumerator {
width: 13rem;
}
.filter-apply{
button[name="button-apply"]{
background-color: @brand-primary;
......@@ -106,11 +118,11 @@ table,
}
.table-no-border > thead > tr > th,
.table-no-border > thead > tr > th,
.table > tbody > tr > th,
.table-no-border > tfoot > tr > th,
.table-no-border > tfoot > tr > th,
.table > thead > tr > td,
.table-no-border > tbody > tr > td,
.table-no-border > tbody > tr > td,
.table > tfoot > tr > td {
border:none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment