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.01~252^2~175 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=ff7a7d6b27fe6283c0c36187bb51847ec9ad51a5;p=citadel.git 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 @@