Fix oauth btn alignment

Use flex for alignment of btn grp

Closes #1931
This commit is contained in:
AnkushMalik
2018-01-25 09:09:18 +05:30
committed by James Mason
parent 66a2777677
commit ed21986cf1
2 changed files with 7 additions and 1 deletions

View File

@@ -115,3 +115,9 @@ p.comment-body {
float: right;
}
}
/* omniauth btn grp */
#openid-btn-grp{
display: flex;
justify-content: center;
}

View File

@@ -1,5 +1,5 @@
.text-center
.btn-group.btn-group-lg
.btn-group.btn-group-lg#openid-btn-grp
- omniauth_configured.each do |provider|
= link_to "user_#{provider}_omniauth_authorize".to_sym, class: "btn btn-success btn-lg",
id: "omniauth-#{provider}",