From: Alexander Ebert Date: Tue, 21 May 2013 13:29:04 +0000 (+0200) Subject: Resolved TODO X-Git-Tag: 2.0.0_Beta_1~100 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=025df23f5f704e74c00f46f276fb4423071d8ed1;p=GitHub%2FWoltLab%2FWCF.git Resolved TODO --- diff --git a/com.woltlab.wcf/template/userPanel.tpl b/com.woltlab.wcf/template/userPanel.tpl index 597c19dadc..eece29c197 100644 --- a/com.woltlab.wcf/template/userPanel.tpl +++ b/com.woltlab.wcf/template/userPanel.tpl @@ -125,7 +125,7 @@ {if $__3rdPartyButtons|trim}
{lang}wcf.user.login.3rdParty{/lang} -
diff --git a/wcfsetup/install/files/style/user.less b/wcfsetup/install/files/style/user.less index f31f53a725..f9d927f5cf 100644 --- a/wcfsetup/install/files/style/user.less +++ b/wcfsetup/install/files/style/user.less @@ -212,3 +212,8 @@ width: 128px; z-index: 20; } + +/* 3rd party login */ +.buttonGroup.thirdPartyLogin { + text-align: center; +} \ No newline at end of file