Resolved TODO
authorAlexander Ebert <ebert@woltlab.com>
Tue, 21 May 2013 13:29:04 +0000 (15:29 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 21 May 2013 13:29:04 +0000 (15:29 +0200)
com.woltlab.wcf/template/userPanel.tpl
wcfsetup/install/files/style/user.less

index 597c19dadc6a00fcbf827468312bd4a4bdc32e72..eece29c1973582796071d8e3fcc49f297afd4328 100644 (file)
                                        {if $__3rdPartyButtons|trim}
                                                <fieldset>
                                                        <legend>{lang}wcf.user.login.3rdParty{/lang}</legend>
-                                                       <ul class="buttonGroup" style="text-align: center;"> {* todo: inline CSS *}
+                                                       <ul class="buttonGroup thirdPartyLogin">
                                                                {@$__3rdPartyButtons}   
                                                        </ul>
                                                </fieldset>
index f31f53a7254c275ff707c10996f1c52e03236d23..f9d927f5cfd5937790e0c032ce2e3221299302a8 100644 (file)
        width: 128px;
        z-index: 20;
 }
+
+/* 3rd party login */
+.buttonGroup.thirdPartyLogin {
+       text-align: center;
+}
\ No newline at end of file