diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:28:02 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-22 10:28:02 -0500 |
| commit | 0e02fcbf86a81e6149e99c49b3ca03210608cf00 (patch) | |
| tree | 18581d3d87c0b2e322ccf1eccd96586d8fd1eb1c /static/form_login | |
| parent | faf742513d235aa886e520fe0ed9b19cc64f1c26 (diff) | |
timb merging
Diffstat (limited to 'static/form_login')
| -rw-r--r-- | static/form_login/front.css | 5 |
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 |
