From eb1da8464b3ca2b838cfe8fc4ea2ed00a8ef0b53 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 24 Jan 2011 23:29:27 -0500 Subject: [PATCH] Cleaned up the login modal a bit --- webcit/static/styles/webcit.css | 10 ++++++++++ webcit/static/t/get_logged_in.html | 8 ++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index 06643c1df..a82789c43 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -1352,6 +1352,16 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event background-color: #ddd; } +#ajax_username_password_form { + margin: auto; + width: 20em; +} + +#ajax_username_password_form label { + float: left; + width: 10em; +} + .openid_urlarea { background: url('../openid-small.gif') no-repeat scroll 0pt 50%; padding-left: 18px; diff --git a/webcit/static/t/get_logged_in.html b/webcit/static/t/get_logged_in.html index 8434b3e33..53c3240b7 100644 --- a/webcit/static/t/get_logged_in.html +++ b/webcit/static/t/get_logged_in.html @@ -42,14 +42,14 @@

- +

- +

-
+
-- 2.30.2