From: Art Cancro Date: Tue, 4 Jan 2011 04:43:47 +0000 (-0500) Subject: Cleaned up the CSS for the login box X-Git-Tag: v8.11~938 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=69a86c7c40bf48bae4742d55a2c7f0ebae498451 Cleaned up the CSS for the login box --- diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 27e91e5b8..d6965794c 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -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; +} diff --git a/webcit/static/t/get_logged_in.html b/webcit/static/t/get_logged_in.html index 57be840b5..6dd14347b 100644 --- a/webcit/static/t/get_logged_in.html +++ b/webcit/static/t/get_logged_in.html @@ -1,12 +1,16 @@ -
- +
+
+To complete this action, you must log in. FIXME localize this string.
-
-To complete this action, you must log in. FIXME localize this string.
+
+ +  +
+
+

-