diff options
author | 2022-01-31 12:20:40 +0100 | |
---|---|---|
committer | 2022-01-31 12:20:40 +0100 | |
commit | 7ab8e07a406b29cda764d9394b46ff0df6391c00 (patch) | |
tree | 3f53c19d478fa875735caae0183d1b9483f377cb /pydis_site | |
parent | Make the resource link icons a size smaller. (diff) |
Indent checkboxes under the headers.
Diffstat (limited to 'pydis_site')
-rw-r--r-- | pydis_site/static/css/resources/resources.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pydis_site/static/css/resources/resources.css b/pydis_site/static/css/resources/resources.css index 3b235a05..2465e9dc 100644 --- a/pydis_site/static/css/resources/resources.css +++ b/pydis_site/static/css/resources/resources.css @@ -62,6 +62,17 @@ display: block; border-radius: 0; } +/* Make the checkboxes indent under the filter headers */ +.filter-category-header .card-header .card-header-title { + padding-left: 0; +} +.filter-panel { + padding-left: 1.5rem; +} +.filter-checkbox { + margin-right: 0.25em !important; +} + /* Center the 404 div */ .no-resources-found { display: none; |