various cleanups and tweaks
[myslice.git] / auth / css / login.css
index 06528ee..0d0ba19 100644 (file)
@@ -1,3 +1,7 @@
+p.login-status {
+    font-weight: bold;
+}
+
 p.login { 
     font-style: italic;
 }
@@ -6,7 +10,7 @@ input.login {
 }    
 input[type="password"] {
     border: solid 1px #444;
-    background-image: url( '/all-static/img/form_input_password.png' );
+    background-image: url( '../img/form_input_password.png' );
     background-repeat: repeat-x;
     background-position: top;
 }