diff options
Diffstat (limited to 'static/pichat.css')
| -rw-r--r-- | static/pichat.css | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/static/pichat.css b/static/pichat.css index 7130dd7..f7ec7a8 100644 --- a/static/pichat.css +++ b/static/pichat.css @@ -58,7 +58,7 @@ a:active { #messagePane { border: 2px solid #15fff3; -height:80%; +height:78%; padding: 5px; position:fixed; width: 98%; @@ -170,7 +170,7 @@ top:15px; #userList { overflow-x: hidden; - height: 78%; + height: 75%; margin: 0px; position: absolute; padding: 5px; @@ -180,7 +180,7 @@ top:15px; right: 40px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; - font-weight:400; + font-weight:420; border-top-left-radius:5px; border-top-right-radius:5px; -webkit-border-top-left-radius:5px; @@ -194,7 +194,7 @@ top:15px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; min-width:90px; - line-height:15px; + text-overflow:ellipsis; @@ -224,7 +224,7 @@ height:100%; color:#000; text-decoration:none; -background-color:#f5f5f5; +background-color:#f3f3f3; border-top-right-radius:5px; @@ -380,14 +380,12 @@ background-color:#f5f5f5; position:absolute; width:100%; bottom:0px; - font-size:10px; + font-size:7px; font-family:"Times New Roman", Times, serif; background-image:url(/static/footer.png); background-repeat:repeat-x; background-position:top; - height:30px; color: #000; - line-height: 2; } #log { @@ -491,7 +489,10 @@ background-color:#f5f5f5; left: -40px; } -p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; } +p { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 7px; +} td { font-family: Arial, Helvetica, sans-serif; letter-spacing:-1px; |
