diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-11 18:02:48 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-11 18:02:48 -0400 |
commit | 963354c5d7e78eb9fed447ab9b9984420573649c (patch) | |
tree | 896956c024e2b26f6517ea1a8138d83a7964254f /public/ng/less/ui/form.less | |
parent | 17c1bc73833a25a5841bc5ed344f343535bf1afc (diff) | |
download | gitea-963354c5d7e78eb9fed447ab9b9984420573649c.tar.gz gitea-963354c5d7e78eb9fed447ab9b9984420573649c.zip |
Add raw, history file button, and other mirror fixes
Diffstat (limited to 'public/ng/less/ui/form.less')
-rw-r--r-- | public/ng/less/ui/form.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/public/ng/less/ui/form.less b/public/ng/less/ui/form.less index b3de4273c8..6e33e606b8 100644 --- a/public/ng/less/ui/form.less +++ b/public/ng/less/ui/form.less @@ -102,6 +102,9 @@ box-sizing: content-box; text-align: center; } +.btn-comb { + margin-left: -1px; +} .btn-disabled { opacity: .6; |