more login box cleanup
authorArt Cancro <ajc@citadel.org>
Tue, 25 Jan 2011 04:46:34 +0000 (23:46 -0500)
committerArt Cancro <ajc@citadel.org>
Tue, 25 Jan 2011 04:46:34 +0000 (23:46 -0500)
webcit/static/styles/webcit.css
webcit/static/t/get_logged_in.html

index a82789c43e63539ffa14eea0c384f017645de510..a98e94b1c3998ea509ab8272ff659edb67b28451 100644 (file)
@@ -854,7 +854,7 @@ table.advanced {
 
 /* Links and buttons */
 
-.logbuttons, .buttons {
+.logbuttons, .buttons, .registernow {
        margin: 2px auto 2px auto;
        width: 96%;
        text-align: center;
@@ -1367,3 +1367,6 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
         padding-left: 18px;
 }
 
+.registernow {
+       text-align: right;
+}
index 53c3240b7c455c2fdf4ba96eb9856ff9ee028387..9a7ae0f21d9fefd49a7441f5c3a32cf249a3dd61 100644 (file)
@@ -50,6 +50,7 @@
 <br><br>
 </form>
 <div class="logbuttons"><a href="javascript:ajax_try_username_and_password();"><?_("Log in")></a></div>
+<div class="registernow"><a href="javascript:alert('FIXME');"><?_("New user?  Register now")></a></div>
 </div>
 
 <div class="authbox" id="authbox_openid" style="display: none">