mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#10283 align left input only in datatable_filter
This commit is contained in:
parent
18f2cee2a7
commit
c9ea46e219
@ -341,7 +341,9 @@ a.pandora_pagination.current:hover {
|
|||||||
.filter_input_datatable .select2.select2-container {
|
.filter_input_datatable .select2.select2-container {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
}
|
}
|
||||||
|
.datatable_filter.content li.filter_input_datatable {
|
||||||
|
margin: 1em 0;
|
||||||
|
}
|
||||||
/* Default datatable filter style */
|
/* Default datatable filter style */
|
||||||
.datatable_filter.content {
|
.datatable_filter.content {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -355,7 +357,7 @@ a.pandora_pagination.current:hover {
|
|||||||
}
|
}
|
||||||
.datatable_filter.content li {
|
.datatable_filter.content li {
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
margin: 1em 0;
|
margin: 1em auto;
|
||||||
padding: 0px 10px;
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
.sorting_desc {
|
.sorting_desc {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user