From ea75f01ba2e8ba97d3ca101db3a844c76c49d737 Mon Sep 17 00:00:00 2001 From: ᴜɴᴋɴᴡᴏɴ Date: Wed, 19 Feb 2020 17:25:50 +0800 Subject: admin: show all version in dashboard And removed version info from footer. --- public/less/_admin.less | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'public/less') diff --git a/public/less/_admin.less b/public/less/_admin.less index 33928936..6a1c4227 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -28,7 +28,11 @@ } } } - } + } + + code { + color: #db2828; + } &.user { .email { @@ -37,7 +41,7 @@ } dl.admin-dl-horizontal { - padding: 20px; + padding: 10px 15px; margin: 0; dd { @@ -65,9 +69,6 @@ background-color: #f7f7f7; padding: 5px; } - code { - color: #db2828; - } .log-config { table tbody tr td { &:first-child { -- cgit v1.2.3