* Centered the 'Log in using OpenID' link
authorArt Cancro <ajc@citadel.org>
Mon, 19 Jan 2009 18:25:17 +0000 (18:25 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 19 Jan 2009 18:25:17 +0000 (18:25 +0000)
* Removed the alt text for 'Welcome image'.  If there is no welcome image on the server, it is acceptable to display nothing in this location.

webcit/static/t/login.html
webcit/static/webcit.css

index 8b153e9b1d6563ce6613c8878223a56ac1d7f24d..7d56d7b4e6bdb2a3d73bff31d36109f4d8952d87 100644 (file)
@@ -10,7 +10,7 @@
 <?!("COND:IMPMSG", 1)>
 <div class="login_message"><?IMPORTANTMESSAGE></div>
 <?!("X", 1)>
-<div class="login_image"><img src="image&amp;name=hello" alt="<?_("Welcome image")>"></div>
+<div class="login_image"><img src="image?name=hello"></div>
 <form action="login" method="POST"  class="box" id="login_form">
 <div>
         <label for="uname"><?_("User name:")></label>
@@ -35,7 +35,7 @@
         </div>
 </form>
 <??("COND:SERV:OPENID", 3)>
-  <div id="openid">
+  <div id="openid" class="login_using_openid_link">
   <a href="display_openid_login">
   <img src="static/openid-small.gif" border="0" valign="middle">
   <?_("Log in using OpenID")></a>
index d2e21177b37740c76900ee483ed6d43171c07b86..1222be756ee93176af62ecf74406c197f20933bd 100644 (file)
@@ -1509,6 +1509,11 @@ li.event_unread span, a.event_read_title {
        height: 16px;
 }
 
+
+.login_using_openid_link {
+       text-align: center;
+}
+
 .openid_urlarea {
        background: url('openid-small.gif') no-repeat scroll 0pt 50%;
        padding-left: 18px;