summaryrefslogtreecommitdiff
path: root/static/pichat.css
diff options
context:
space:
mode:
authorScott Ostler <sostler@deathmachine.home>2009-12-25 18:00:09 -0800
committerScott Ostler <sostler@deathmachine.home>2009-12-25 18:00:09 -0800
commitfe1b5678c330f0c3ec0e05a2295144338cadd5a6 (patch)
tree31034ea3f5fca9c28a072f0e4d3bde1c4502e409 /static/pichat.css
parentc32ed3d3f5623899d0b0d6c74daca106be26dae0 (diff)
parenta80eb3d74a24a56151d60d1c1015a1ae51a0a492 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/pichat.css')
-rw-r--r--static/pichat.css19
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;