diff options
author | Unknwon <u@gogs.io> | 2015-11-18 10:24:35 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-11-18 10:24:35 -0500 |
commit | dc7e74ebb12b7bcdb7946d12e511c7b51d84a464 (patch) | |
tree | b0a55eb0218f9f11230677de222f67f04f5c41e6 /public | |
parent | 9a27e1b90ce360a7aaf5464128ae01017a230e77 (diff) | |
parent | 5edc2f6d6ccfca8089def783f82b0e9af3abfa7e (diff) | |
download | gitea-dc7e74ebb12b7bcdb7946d12e511c7b51d84a464.tar.gz gitea-dc7e74ebb12b7bcdb7946d12e511c7b51d84a464.zip |
Merge pull request #1769 from sapk/fix-admin-dashboard-new-ui
Fix admin dashboard new ui
Diffstat (limited to 'public')
-rw-r--r-- | public/less/_admin.less | 27 |
1 files changed, 26 insertions, 1 deletions
diff --git a/public/less/_admin.less b/public/less/_admin.less index d0c65129ca..40fefd32ee 100644 --- a/public/less/_admin.less +++ b/public/less/_admin.less @@ -25,4 +25,29 @@ max-width: 200px; } } -}
\ No newline at end of file + + .admin-desc { + padding: 20px; + } + .admin-table{ + .table{ + width: 100%; + } + } + dl.admin-dl-horizontal { + padding: 20px; + margin: 0; + dd{ + margin-left: 240px; + } + dt { + font-weight: bolder; + float: left; + width: 250px; + clear: left; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + } +} |