diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2017-03-17 01:49:24 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-17 08:49:24 +0800 |
commit | 925b2529273b95c5b1c9165525e0daede4fa82ee (patch) | |
tree | a2f01b7c0194b965b21cd59d1fe9064862f46592 /public/less/_form.less | |
parent | 1476bf909e4f852b4f80187dc544c2832c606949 (diff) | |
download | gitea-925b2529273b95c5b1c9165525e0daede4fa82ee.tar.gz gitea-925b2529273b95c5b1c9165525e0daede4fa82ee.zip |
Fix missing less sources for oauth (#1288)
Diffstat (limited to 'public/less/_form.less')
-rw-r--r-- | public/less/_form.less | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/public/less/_form.less b/public/less/_form.less index 1fe48d97ac..fc0fdddad1 100644 --- a/public/less/_form.less +++ b/public/less/_form.less @@ -46,6 +46,27 @@ } } +.signin { + .oauth2{ + div { + display: inline-block; + p { + margin: 10px 5px 0 0; + float: left; + } + } + a { + margin-right: 5px; + &:last-child { + margin-right: 0px; + } + } + img { + width: 32px; + height: 32px; + } + } +} .user.activate, .user.forgot.password, .user.reset.password, @@ -85,7 +106,7 @@ .header { padding-left: 0 !important; text-align: center; - } + } } } |