diff options
Diffstat (limited to 'static/pichat.css')
| -rwxr-xr-x | static/pichat.css | 35 |
1 files changed, 24 insertions, 11 deletions
diff --git a/static/pichat.css b/static/pichat.css index f33f7e0..28e7431 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -28,8 +28,8 @@ h1,h2{ font-family: Arial, Helvetica, sans-serif; font-size: 14px; left:2px; -top:5px; - position: fixed; + top:5px; + position: fixed; } #messagePane { border: 2px solid #15fff3; @@ -37,18 +37,17 @@ top:5px; padding: 5px; position: fixed; width: 80%; -max-width:1500px; -background-color:#FFF; -left:35px; -top:80px; + max-width:1500px; + background-color:#FFF; + left:35px; + top:80px; float: left; z-index:5; } #logo { position:fixed; left:18px; - top:3px; - + top:3px; z-index:7; } #welcomebar { @@ -57,9 +56,9 @@ top:80px; top:20px; font-family: Arial, Helvetica, sans-serif; font-size: 9px; -left:350px; -top:67px; - position: fixed; + left:350px; + top:67px; + position: fixed; } #messageList { height: 100%; @@ -173,3 +172,17 @@ height: expression(this.width > 400 ? 400: true);max-width:400px;} font-size:10px; text-align:right; } + +#loginbar { + padding: 5px; + position: absolute; + bottom: 40px; + left: 40px; + line-height: 8px; + z-index: 2; + border: 1px solid #15fff3; +} + +#loginsubmit { + float: right; +}
\ No newline at end of file |
