From 025df23f5f704e74c00f46f276fb4423071d8ed1 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 21 May 2013 15:29:04 +0200 Subject: [PATCH] Resolved TODO --- com.woltlab.wcf/template/userPanel.tpl | 2 +- wcfsetup/install/files/style/user.less | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.20.1