eee321cc5afaeee3de0eae87328ef0a95ad97206 kent Wed Jan 27 12:42:59 2021 -0800 Attempting to import just enough style to support the faceted search in tableTables without bringing in all of CIRM. diff --git src/hg/htdocs/style/facets.css src/hg/htdocs/style/facets.css new file mode 100644 index 0000000..c0993e2 --- /dev/null +++ src/hg/htdocs/style/facets.css @@ -0,0 +1,18 @@ +/* CSS for faceted search + * + * Copyright (C) 2020 The Regents of the University of California + */ + + +/* Styling for parts of page body */ +div.card.facet-card +{ + margin-bottom:5px +} + +span.card.facet-card +{ + margin-top:5px; + padding-top: 10px; +} +