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

16 lines
310 B
CSS
Raw Normal View History

.facet-item label {
display: inline;
padding-left: 5px;
}
li.facet-item {
list-style-type: none;
}
2018-10-24 15:15:51 +00:00
.views-data-export-feed.csv-feed .feed-icon {
background-image: url(/modules/contrib/opencase/modules/opencase_reporting/assets/download.png);
width: 200px;
height: 27px;
float: right;
}