Smooth transition between logged-in and not-logged-in states
[citadel.git] / webcit / static / t / get_logged_in.html
index 0112971dc13b332badf5b5650175d1828cd9a02b..57be840b524d106e2910398c720047664823a825 100644 (file)
@@ -17,8 +17,8 @@ To complete this action, you must log in.  FIXME localize this string.<br>
 </tr></table>
 </form>
 <hr>
-<a href="javascript:ajax_try_username_and_password('<?BSTR("destination_url")>');">Proceed and be clueless</a><br>
-<a href="javascript:toggleModal(0);"><?_("Cancel")></a>
+<div class="buttons"><a href="javascript:ajax_try_username_and_password('<?BSTR("destination_url")>');"><?_("Log in")></a></div>
+<div class="buttons"><a href="javascript:toggleModal(0);"><?_("Cancel")></a></div>
 </div>
 </body>
 </html>