Cleaned up the CSS for the login box
authorArt Cancro <ajc@citadel.org>
Tue, 4 Jan 2011 04:43:47 +0000 (23:43 -0500)
committerWilfried Goesgens <dothebart@citadel.org>
Sun, 4 Sep 2011 13:39:51 +0000 (13:39 +0000)
webcit/static/styles/webcit.css
webcit/static/t/get_logged_in.html

index 27e91e5b8f7de334def2c1b4cb97e6fcae599e38..d6965794cf2a357de020b81b3e15508ed54cd8ab 100644 (file)
@@ -1288,3 +1288,26 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
        box-shadow: #666 0px 2px 3px;
        behavior: url(/static/styles/PIE.htc);
 }
+
+
+#loginbox_topline_container {
+       position: relative;
+}
+
+#loginbox_title {
+       float: left;
+       width: 75%;
+       text-align: left;
+       color: white;
+       background-color: #022750;
+       border: 3px solid #022750;
+}
+
+#loginbox_closebutton {
+       float: right;
+       width: 23%;
+       text-align: right;
+       color: white;
+       background-color: #ddd;
+       border: 3px solid #ddd;
+}
index 57be840b524d106e2910398c720047664823a825..6dd14347be1e9f2b467dfc5691cc0a1ffc3841b5 100644 (file)
@@ -1,12 +1,16 @@
 <html>
 <body>
-<div align="right">
-<a href="javascript:toggleModal(0);"><img src="static/closewindow.gif" border="0"></a>
+<div id="loginbox_topline_container">
+<div id="loginbox_title">
+To complete this action, you must log in.  FIXME localize this string.
 </div>
-<div align="center">
-To complete this action, you must log in.  FIXME localize this string.<br>
+<div id="loginbox_closebutton">
+<a href="javascript:toggleModal(0);">
+<?_("Close window")>&nbsp;<img src="static/closewindow.gif" border="0"></a>
+</div>
+</div>
+<br><br>
 <div class="login_message" id="login_errmsg"></div>
-<hr>
 <form id="ajax_username_password_form" method="POST" action="ajax_login_username_password">
 <table border=0 cellspacing=0 cellpadding=0><tr>
 <td><?_("User name:")></td>