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/css/gogs.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'public/css/gogs.css') diff --git a/public/css/gogs.css b/public/css/gogs.css index 6f4665b6..f1501906 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -3142,11 +3142,14 @@ footer .ui.language .menu { .admin .table.segment:not(.select) td:first-of-type { padding-left: 15px !important; } +.admin code { + color: #db2828; +} .admin.user .email { max-width: 200px; } .admin dl.admin-dl-horizontal { - padding: 20px; + padding: 10px 15px; margin: 0; } .admin dl.admin-dl-horizontal dd { @@ -3171,9 +3174,6 @@ footer .ui.language .menu { background-color: #f7f7f7; padding: 5px; } -.admin.config code { - color: #db2828; -} .admin.config .log-config table tbody tr td:first-child { width: 100px; } @@ -3234,3 +3234,4 @@ footer .ui.language .menu { .ui.user.list .item .description a:hover { text-decoration: underline; } +/*# sourceMappingURL=gogs.css.map */ \ No newline at end of file -- cgit v1.2.3