diff options
| author | sostler <sbostler@gmail.com> | 2009-11-24 23:43:43 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2009-11-24 23:43:43 -0500 |
| commit | 105ef5e0142d33c0dc24f7f0422f279e4ef1fc23 (patch) | |
| tree | a85a0d5313269c2e3fb2ddcb3c974b0e020a57af /static/pichat.css | |
| parent | 40a57a474294244832a6023a10592a38a6178b91 (diff) | |
Added persistent rooms
Diffstat (limited to 'static/pichat.css')
| -rwxr-xr-x | static/pichat.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/pichat.css b/static/pichat.css index 28e7431..584189e 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -174,12 +174,13 @@ height: expression(this.width > 400 ? 400: true);max-width:400px;} } #loginbar { + background: white; padding: 5px; position: absolute; bottom: 40px; left: 40px; line-height: 8px; - z-index: 2; + z-index: 5; border: 1px solid #15fff3; } |
