diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-29 18:52:28 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-29 18:52:28 -0400 |
commit | a046a31d2be4a72959ec98f1bed7dc5e29ca7126 (patch) | |
tree | 31bf3a6fa22a4490f868fbfb988a5b250a09e47e /public/ng/less | |
parent | cd084dacf1108e483461f8c99a0771ce3b402dc4 (diff) | |
download | gitea-a046a31d2be4a72959ec98f1bed7dc5e29ca7126.tar.gz gitea-a046a31d2be4a72959ec98f1bed7dc5e29ca7126.zip |
UI: Confirmation box
Diffstat (limited to 'public/ng/less')
-rw-r--r-- | public/ng/less/gogs/base.less | 3 | ||||
-rw-r--r-- | public/ng/less/gogs/dashboard.less | 2 | ||||
-rw-r--r-- | public/ng/less/gogs/organization.less | 1 |
3 files changed, 1 insertions, 5 deletions
diff --git a/public/ng/less/gogs/base.less b/public/ng/less/gogs/base.less index 4319a56ee5..f715ed0630 100644 --- a/public/ng/less/gogs/base.less +++ b/public/ng/less/gogs/base.less @@ -17,9 +17,6 @@ body { width: 16px; text-align: center; } -.fa { - font-size: 14px; -} .container { max-width: 1170px; padding: 0 1.5em; diff --git a/public/ng/less/gogs/dashboard.less b/public/ng/less/gogs/dashboard.less index cf1b87cc6f..e7a1e90c6b 100644 --- a/public/ng/less/gogs/dashboard.less +++ b/public/ng/less/gogs/dashboard.less @@ -160,7 +160,7 @@ } // the drop-down menu of #dashboard-new-repo #dashboard-new-repo-menu { - top: 35px; + top: 33px; width: 180px; background-color: #FFF; left: -132px; diff --git a/public/ng/less/gogs/organization.less b/public/ng/less/gogs/organization.less index 3bf11c8cee..e2accbea04 100644 --- a/public/ng/less/gogs/organization.less +++ b/public/ng/less/gogs/organization.less @@ -38,7 +38,6 @@ } .label{ margin-left: 4px; - font-size: .6em; } } .current { |