2016-12-01 23:03:09 +03:00
|
|
|
/*
|
|
|
|
* Update notification panel
|
|
|
|
*/
|
|
|
|
|
|
|
|
.update-alert-panel {
|
2019-01-22 19:18:16 +03:00
|
|
|
border-radius: 0;
|
|
|
|
margin-bottom: 0;
|
2016-12-01 23:03:09 +03:00
|
|
|
}
|
2017-02-03 04:25:26 +03:00
|
|
|
|
|
|
|
/*
|
|
|
|
* Active Filters panel
|
|
|
|
*/
|
|
|
|
.active-filters-bar {
|
2019-01-22 19:18:16 +03:00
|
|
|
padding: 4px 25px 4px 30px;
|
2017-10-11 20:48:33 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.active-filters-title {
|
2019-01-22 19:18:16 +03:00
|
|
|
padding-right: 15px;
|
2017-10-11 20:48:33 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.filtersbar-filter {
|
2019-01-22 19:18:16 +03:00
|
|
|
font-size: 12px;
|
|
|
|
padding-right: 12px;
|
|
|
|
display: inline-block;
|
2017-10-11 20:48:33 +03:00
|
|
|
}
|
|
|
|
|
2020-03-02 22:05:14 +03:00
|
|
|
.filtersbar-filter button {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
|
2017-10-11 20:48:33 +03:00
|
|
|
.new-filter-input {
|
2019-01-22 19:18:16 +03:00
|
|
|
margin-top: 5px;
|
2017-02-03 04:25:26 +03:00
|
|
|
}
|
2017-11-03 03:47:06 +03:00
|
|
|
|
|
|
|
.new-filter-input button,
|
|
|
|
.new-filter-input input,
|
|
|
|
.new-filter-input select {
|
2019-01-22 19:18:16 +03:00
|
|
|
margin-right: 5px;
|
|
|
|
padding-top: 3px;
|
|
|
|
border: 1px solid #ced4da;
|
2017-11-03 03:47:06 +03:00
|
|
|
}
|