From 925b2529273b95c5b1c9165525e0daede4fa82ee Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Fri, 17 Mar 2017 01:49:24 +0100 Subject: Fix missing less sources for oauth (#1288) --- public/less/_form.less | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'public/less/_form.less') 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; - } + } } } -- cgit v1.2.3