diff options
author | Unknwon <u@gogs.io> | 2016-07-24 14:32:46 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-24 14:32:46 +0800 |
commit | e74630ae3b635a43a1bdafcf8b80d2f87b3536b6 (patch) | |
tree | 63c5fb32b6ca4417c3dfd9c05f532d5598aa4117 /public/less/_dashboard.less | |
parent | 1f2e173a745da8e4b57f96b5561a3c10054d3b76 (diff) | |
download | gitea-e74630ae3b635a43a1bdafcf8b80d2f87b3536b6.tar.gz gitea-e74630ae3b635a43a1bdafcf8b80d2f87b3536b6.zip |
#1384 add pagination for repositories
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r-- | public/less/_dashboard.less | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 5f1910b39a..93348afa16 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -92,8 +92,11 @@ .list { .header { - padding-top: 10px; - padding-bottom: 5px; + .ui.label { + margin-top: -4px; + padding: 4px 5px; + font-weight: normal; + } .plus.icon { margin-top: 5px; |