get rid of the /static/ thing everywhere
[myslice.git] / auth / css / login.css
diff --git a/auth/css/login.css b/auth/css/login.css
new file mode 100644 (file)
index 0000000..06528ee
--- /dev/null
@@ -0,0 +1,12 @@
+p.login { 
+    font-style: italic;
+}
+input.login {
+    width: auto;
+}    
+input[type="password"] {
+    border: solid 1px #444;
+    background-image: url( '/all-static/img/form_input_password.png' );
+    background-repeat: repeat-x;
+    background-position: top;
+}