summaryrefslogtreecommitdiff
path: root/static/pichat.css
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-02-09 21:03:52 -0500
committersostler <sbostler@gmail.com>2010-02-09 21:03:52 -0500
commit079e2e9c1d3d5fb0f19515bfb566864565c43213 (patch)
treeeac7b3fc9a4eecdd4006177eb428c5a7e32db63c /static/pichat.css
parent8bb0ddd75b6b2160198fa362a2b8f67d7e029a0a (diff)
parent070676f3803161a9bce3a37697dd5d0255630819 (diff)
Merge branch 'master' of ssh://sostler@dump.fm/pichat/repo
Diffstat (limited to 'static/pichat.css')
-rwxr-xr-xstatic/pichat.css24
1 files changed, 17 insertions, 7 deletions
diff --git a/static/pichat.css b/static/pichat.css
index 21eb798..2ffcd59 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;
@@ -312,4 +316,10 @@ left:0;
bottom
}
+#preload {
+ position: absolute;
+ left: 0px;
+ top: 0px;
+}
+
.invisible { display: none !important; } \ No newline at end of file