diff --git a/styles.css b/styles.css index aa1d93b..ee327fc 100644 --- a/styles.css +++ b/styles.css @@ -10,21 +10,19 @@ body.path-admin-report-customsql a.view-category { .region-content .csql_category h3 { font-weight: bold; } -.csql_category .categoryname { - padding-left: 18px; +.csql_category__button-container > div:first-child { + margin-right: 10px; } -.csql_category.csql_categoryhidden .categoryname { - background-image: url([[pix:moodle|t/collapsed]]); - background-repeat: no-repeat; - background-position: center left; +.csql_category.csql_categoryshown a.categoryname > i.fa-angle-right { + transform: rotate(90deg); } -.csql_category.csql_categoryshown .categoryname { - background-image: url([[pix:moodle|t/expanded]]); - background-repeat: no-repeat; - background-position: center left; + +.csql_category a.categoryname > i.fa-angle-right { + font-size: 28px; } + .csql_category .csql_category_reports { - margin-left: 18px; + margin-left: 30px; } .csql_category.csql_categoryshown .csql_category_reports { display: block; diff --git a/templates/category.mustache b/templates/category.mustache index 65792f2..44d4345 100644 --- a/templates/category.mustache +++ b/templates/category.mustache @@ -50,7 +50,7 @@