Dashboard - Use CSS grid in parent widgets (#7437)

* Dashboard - Use CSS grid on parent widgets

* Update parent.php

* Update css.php

* Update template.php
This commit is contained in:
Alex
2025-07-30 09:58:11 -07:00
committed by GitHub
parent 0fc28924a1
commit cf32511d61
4 changed files with 61 additions and 35 deletions

View File

@@ -20,7 +20,7 @@
<link rel='stylesheet' type='text/css' href='{$project_path}/resources/bootstrap/css/bootstrap-tempusdominus.min.css.php'>
<link rel='stylesheet' type='text/css' href='{$project_path}/resources/bootstrap/css/bootstrap-colorpicker.min.css.php'>
<link rel='stylesheet' type='text/css' href='{$project_path}/resources/fontawesome/css/all.min.css.php'>
<link rel='stylesheet' type='text/css' href='{$project_path}/themes/default/css.php?updated=202504150207'>
<link rel='stylesheet' type='text/css' href='{$project_path}/themes/default/css.php?updated=202507301100'>
{*//link to custom css file *}
{if !empty($settings.theme.custom_css)}
<link rel='stylesheet' type='text/css' href='{$settings.theme.custom_css}'>