diff --git a/resource/static/theme-default/css/main.css b/resource/static/theme-default/css/main.css index 22544d6..40e3412 100644 --- a/resource/static/theme-default/css/main.css +++ b/resource/static/theme-default/css/main.css @@ -10,6 +10,14 @@ .ui.card>.content>.header:not(.ui),.ui.cards>.card>.content>.header:not(.ui) { margin-top:0.4em !important; } + .ui.card>.content>.header,.ui.cards>.card>.content>.header { + padding-top: 0.5rem; + display: flex; + color: rgba(0, 0, 0, .85); + align-items: center; + padding-bottom: .2em; + border-bottom: 1px solid rgba(0, 0, 0, .2); + } .ui.menu .item>img:not(.ui){ width: 2.2rem; } @@ -215,4 +223,4 @@ td { .ui-alerts.top-center { z-index: 99999999; -} \ No newline at end of file +} diff --git a/resource/template/theme-default/home.html b/resource/template/theme-default/home.html index 34a4def..df50a28 100644 --- a/resource/template/theme-default/home.html +++ b/resource/template/theme-default/home.html @@ -15,7 +15,7 @@