diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-19 17:25:50 +0800 |
---|---|---|
committer | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-02-19 17:32:56 +0800 |
commit | ea75f01ba2e8ba97d3ca101db3a844c76c49d737 (patch) | |
tree | 5a724201264c73339d3c0813db25776220d0e8d9 /public/css/gogs.css | |
parent | 3a2b2de8141b5843892e64f9c165c1d7afb3724a (diff) |
admin: show all version in dashboard
And removed version info from footer.
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 9 |
1 files changed, 5 insertions, 4 deletions
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 |