From 69a86c7c40bf48bae4742d55a2c7f0ebae498451 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 3 Jan 2011 23:43:47 -0500 Subject: [PATCH] Cleaned up the CSS for the login box --- webcit/static/styles/webcit.css | 23 +++++++++++++++++++++++ webcit/static/t/get_logged_in.html | 14 +++++++++----- 2 files changed, 32 insertions(+), 5 deletions(-) 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.
+
+ +  +
+
+

-
-- 2.30.2