summaryrefslogtreecommitdiff
path: root/static/pichat.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/pichat.css')
-rw-r--r--static/pichat.css53
1 files changed, 26 insertions, 27 deletions
diff --git a/static/pichat.css b/static/pichat.css
index 9c337e1..40720b7 100644
--- a/static/pichat.css
+++ b/static/pichat.css
@@ -3,7 +3,7 @@
body {
background-color:#e3e3e3;
-
+ margin:0;
}
@@ -56,24 +56,20 @@ color:000;
#messagePane {
border: 2px solid #c8cbce;
- padding: 5px;
-top:58px;
+
+top:56px;
bottom:65px;
position:fixed;
- width: 98%;
+ width: 99%;
background-color:#FFF;
- left:7px;
- right:10px;
+left:0.3%;
- float: left;
- min-width:500px;
z-index:5;
}
#messageList {
height: 100%;
width: 100%;
- position:inherit
overflow-y: auto;
overflow-x: hidden;
}
@@ -94,8 +90,8 @@ bottom:65px;
position:relative;
min-width:500px;
z-index:100;
-left:0px;
-bottom:5px;
+left:1px;
+bottom:10px;
width: 100%;
}
@@ -104,7 +100,7 @@ bottom:5px;
z-index:100;
background-color:#FFF;
margin-top: 15px;
- left:0px;
+ left:-3px;
position:relative;
border:2px solid #c8cbce;
height:36px;
@@ -188,7 +184,7 @@ top:15px;
-webkit-border-bottom-right-radius:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
- max-height:250px;
+ max-height:450px;
box-shadow: 3px 4px 4px #c8cbce;
-webkit-box-shadow: 3px 4px 4px #c8cbce;
-moz-box-shadow: 3px 3px 4px #c8cbce;
@@ -198,7 +194,7 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY
text-align: left;
}
.username{height:30px;
-margin-top:2px;
+margin-top:6px;
line-height:20px;
text-indent:6px;
z-index:18;
@@ -216,7 +212,9 @@ text-decoration:none;
display:block;
width:100%;
height:100%;
-color:#000;
+background-image:url(/static/moverc.png);
+background-repeat:repeat-x;
+color:#fff;
text-decoration:none;
background-color:#f3f3f3;
border-top-right-radius:5px;
@@ -232,22 +230,23 @@ background-color:#f3f3f3;
max-height:30px;
height: expression(this.width > 30 ? 30: true);
max-width:30px;
+
float:right;
right:1px;
z-index:77;
height:30px;
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- -webkit-border-top-left-radius:5px;
- -webkit-border-top-right-radius:5px;
- -moz-border-radius-topleft:5px;
- -moz-border-radius-topright:5px;
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- -webkit-border-bottom-left-radius:5px;
- -webkit-border-bottom-right-radius:5px;
- -moz-border-radius-bottomleft:5px;
- -moz-border-radius-bottomright:5px;
+ border-top-left-radius:3px;
+ border-top-right-radius:3px;
+ -webkit-border-top-left-radius:3px;
+ -webkit-border-top-right-radius:3px;
+ -moz-border-radius-topleft:3px;
+ -moz-border-radius-topright:3px;
+ border-bottom-left-radius:3px;
+ border-bottom-right-radius:3px;
+ -webkit-border-bottom-left-radius:3px;
+ -webkit-border-bottom-right-radius:3px;
+ -moz-border-radius-bottomleft:3px;
+ -moz-border-radius-bottomright:3px;
}
#userListicon {