separate templates from static files
[myslice.git] / auth / static / css / login.css
diff --git a/auth/static/css/login.css b/auth/static/css/login.css
new file mode 100644 (file)
index 0000000..0d0ba19
--- /dev/null
@@ -0,0 +1,16 @@
+p.login-status {
+    font-weight: bold;
+}
+
+p.login { 
+    font-style: italic;
+}
+input.login {
+    width: auto;
+}    
+input[type="password"] {
+    border: solid 1px #444;
+    background-image: url( '../img/form_input_password.png' );
+    background-repeat: repeat-x;
+    background-position: top;
+}