This repository has been archived on 2022-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
opencase/modules/opencase_reporting/css/opencase-reporting.css

17 lines
233 B
CSS
Raw Normal View History

2018-09-06 18:33:47 +00:00
.facet-item label {
display: inline;
padding-left: 5px;
}
2018-09-10 18:24:39 +00:00
li.facet-item {
list-style-type: none;
}
#opencase_reporting_buttons {
margin-bottom: 20px;
}
#opencase_reporting_buttons #download-data{
float: right;
}