diff options
author | Unknwon <u@gogs.io> | 2015-12-12 16:53:16 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-12 16:53:16 -0500 |
commit | 837155577a18e911dc7b738952d5b4e2a0687c98 (patch) | |
tree | 3ce48b3de725dfa60c5612cda6d7197ef93e72c1 /public/less/_dashboard.less | |
parent | 7e88420bc6591c1d352bd893f2f7e72f9495b869 (diff) | |
download | gitea-837155577a18e911dc7b738952d5b4e2a0687c98.tar.gz gitea-837155577a18e911dc7b738952d5b4e2a0687c98.zip |
#2159 use icon+tooltip to replace text
Diffstat (limited to 'public/less/_dashboard.less')
-rw-r--r-- | public/less/_dashboard.less | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less index 53d3352cbd..d28c994d92 100644 --- a/public/less/_dashboard.less +++ b/public/less/_dashboard.less @@ -89,6 +89,11 @@ .header { padding-top: 10px; padding-bottom: 5px; + + .plus.icon { + margin-top: 5px; + margin-right: 0; + } } ul { list-style: none; |