From: Art Cancro Date: Tue, 11 Jan 2011 21:06:26 +0000 (-0500) Subject: Preparing to get openid support into the modal dialog X-Git-Tag: v8.11~909 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=c54403772c3053d5fc0a2ef56e74f0d86effe2b5 Preparing to get openid support into the modal dialog --- diff --git a/webcit/static/styles/webcit.css b/webcit/static/styles/webcit.css index e61a1a6df..06643c1df 100644 --- a/webcit/static/styles/webcit.css +++ b/webcit/static/styles/webcit.css @@ -1352,3 +1352,8 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event background-color: #ddd; } +.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 6d5c60646..3648eee17 100644 --- a/webcit/static/t/get_logged_in.html +++ b/webcit/static/t/get_logged_in.html @@ -50,7 +50,10 @@