YAFLogo

JP
  • JP
  • 100% (Exalted)
  • YAF Leader Topic Starter
11 years ago
How do I get rid of the vertical bar shown between "Forum login" and "Lost password" buttons?


He who asks a question is a fool for five minutes. He who does not ask a question remains a fool forever. [Old Chinese Proverb]
Sponsor
tha_watcha
  • tha_watcha
  • 100% (Exalted)
  • YAF.NET Project Lead 🤴 YAF Version: 4.0.0 rc 2
11 years ago
You need to modify the ../pages/login.ascx

<td align="center" colspan="2" class="postfooter" style="height: 24px">
                                            <asp:Button ID="LoginButton" runat="server" class="pbutton" CommandName="Login" ValidationGroup="Login1" />
                                            |
                                            <asp:Button ID="PasswordRecovery" runat="server" CausesValidation="false" class="pbutton"
                                                OnClick="PasswordRecovery_Click" />
                                        </td>