aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author无闻 <u@gogs.io>2015-03-26 19:50:00 -0400
committer无闻 <u@gogs.io>2015-03-26 19:50:00 -0400
commite0036ebb0cdcafede2670d120f911290815b5c57 (patch)
tree00d0cf26d88bdf0041c679621ef354aa871f5564
parent698b9e2acc4daafe7d2b314e2d8c96545dde9c40 (diff)
parent93ff2e31e8e5d8de9bf3099aea42a51e846b810b (diff)
downloadgitea-e0036ebb0cdcafede2670d120f911290815b5c57.tar.gz
gitea-e0036ebb0cdcafede2670d120f911290815b5c57.zip
Merge pull request #1159 from davmrtl/develop
Fix "Plus" icon size in dashboard
-rw-r--r--public/ng/css/gogs.css2
-rw-r--r--public/ng/less/gogs/dashboard.less2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css
index 67bc7bb309..a323612d43 100644
--- a/public/ng/css/gogs.css
+++ b/public/ng/css/gogs.css
@@ -866,7 +866,7 @@ ol.linenums {
border-top-right-radius: .3em;
}
#dashboard-new-repo .octicon {
- font-size: 2em;
+ font-size: 20px;
}
#dashboard-new-repo-menu {
top: 33px;
diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less
index 62764c48a0..f68fb95bf9 100644
--- a/public/ng/less/gogs/dashboard.less
+++ b/public/ng/less/gogs/dashboard.less
@@ -159,7 +159,7 @@
padding-top: 6px;
margin-right: 1px;
.octicon {
- font-size: 2em;
+ font-size: 20px;
}
border-top-left-radius: .3em;
border-top-right-radius: .3em;