summaryrefslogtreecommitdiff
path: root/static/form_login
diff options
context:
space:
mode:
authortimb <timb@mb.local>2010-01-22 07:13:41 -0800
committertimb <timb@mb.local>2010-01-22 07:13:41 -0800
commita5541502fbb496fbbd83ccd2e8c14b7558a9ebb0 (patch)
tree4db79825bf8e500e742c53affb643295ad525eed /static/form_login
parenta2f14ecd203074859015c3cca7cbde2c03edcd17 (diff)
can login from profile; plaintext pw filler; better form handling; huge cursor on sign in button
Diffstat (limited to 'static/form_login')
-rw-r--r--static/form_login/front.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/static/form_login/front.css b/static/form_login/front.css
index ea767b0..df339b3 100644
--- a/static/form_login/front.css
+++ b/static/form_login/front.css
@@ -143,4 +143,7 @@ border:0;
#loginSubmit:hover, #loginSubmit:focus {
background-position:0 -5px;
cursor:pointer;
-} \ No newline at end of file
+}
+.no-cursor { cursor: none; }
+.invisible { display: none !important; }
+#cursor-big { position: absolute; z-index: 1000; } \ No newline at end of file