]> code.citadel.org Git - citadel.git/commitdiff
remove class name in login screen
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 22 Jan 2007 21:53:36 +0000 (21:53 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 22 Jan 2007 21:53:36 +0000 (21:53 +0000)
webcit/static/login.html
webcit/static/webcit.css

index 0b10c6d4074fd43498397967e4e9e4d563a6e132..8a3fc004678ce56a27a554a8a64202f5809036b7 100644 (file)
@@ -3,9 +3,9 @@
 <div class="login_message"><?MESG></div>
 <form action="login" method="POST"  class="login_form">
         <label for="uname"><?USERNAME_BOX></label>
-        <input type="text" name="name" id="uname" class="name" > <br>
+        <input type="text" name="name" id="uname" > <br>
         <label for="pname"><?PASSWORD_BOX></label>
-        <input type="password" name="pass" id="pname" class="name" > <br>
+        <input type="password" name="pass" id="pname" > <br>
         <label for="lname"><?LANGUAGE_BOX></label>
         <?DO_LANGUAGE_BOX> <br>
         <div class="logbuttons">
index e59f3019a3f57083c9bec31c8ce770b9ecd74422..9f0ed160933570545b30fa58ffa6f43b45e8e113 100644 (file)
@@ -701,7 +701,7 @@ div.auto_complete ul strong.highlight {
         text-align: left;
 }
 
-.login_form input.name {
+.login_form input {
         width: 130px;
         text-align: left;
 }