diff options
| author | timb <timb@mb.local> | 2010-01-22 07:13:41 -0800 |
|---|---|---|
| committer | timb <timb@mb.local> | 2010-01-22 07:13:41 -0800 |
| commit | a5541502fbb496fbbd83ccd2e8c14b7558a9ebb0 (patch) | |
| tree | 4db79825bf8e500e742c53affb643295ad525eed /static/pichat.css | |
| parent | a2f14ecd203074859015c3cca7cbde2c03edcd17 (diff) | |
can login from profile; plaintext pw filler; better form handling; huge cursor on sign in button
Diffstat (limited to 'static/pichat.css')
| -rwxr-xr-x | static/pichat.css | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/static/pichat.css b/static/pichat.css index 0e5fb5f..cd4dd77 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -287,13 +287,8 @@ background-color:#f3f3f3; font-family: Arial, Helvetica, sans-serif; font-size: 11px; bottom - #chatrap{ - top: 105px; - left:0px; - position:absolute; - width: 100%; - padding-bottom:20px; } +/* #chatrap{ top: 105px; left:0px; @@ -494,3 +489,5 @@ td { color: #000000; } .btnav { border: 0px #000000 solid;} +*/ +.invisible { display: none !important; } |
