summaryrefslogtreecommitdiff
path: root/static/pichat.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/pichat.css')
-rwxr-xr-xstatic/pichat.css18
1 files changed, 11 insertions, 7 deletions
diff --git a/static/pichat.css b/static/pichat.css
index 21eb798..3886f95 100755
--- a/static/pichat.css
+++ b/static/pichat.css
@@ -59,12 +59,12 @@ color:000;
#messagePane {
border: 2px solid #c8cbce;
-top:54px;
+top:40px;
bottom:65px;
position:fixed;
- width: 99%;
+ width: 99.3%;
background-color:#FFF;
-left:0.3%;
+left:0.2%;
z-index:5;
}
@@ -100,11 +100,11 @@ bottom:10px;
width: 100%;
z-index:100;
background-color:#FFF;
- margin-top: 15px;
+ margin-top: 16px;
left:-3px;
position:relative;
border:2px solid #c8cbce;
-height:36px;
+height:35px;
font-size:20px;
min-width:500px;
box-shadow: 2px 3px 4px #eee;
@@ -116,7 +116,10 @@ filter: progid:DXImageTransform.Microsoft.dropShadow(color=#eee, offX=3, offY=4,
min-width:500px;
z-index:100;
}
+#msginputrapper{
+margin-right:239;
+}
#msgSubmit {
position:absolute;
@@ -145,7 +148,7 @@ top:15px;
border-bottom-right-radius:5px;
-webkit-border-bottom-right-radius:5px;
-moz-border-radius-bottomright:5px;
- border-radius:2px;
+ border-radius:5px;
position:absolute;
display:inline-block;
width:120px;
@@ -153,7 +156,8 @@ height:35px;
background-position:center;
right:0;
top:15px;
-text-indent:4;
+padding-bottom:1;
+text-indent:3;
text-align:center;
z-index:100;
cursor:pointer;