diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-06 10:28:27 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-02-06 10:28:27 -0500 |
| commit | b0151ef773ca09692f3b672bc756f79e2307cb12 (patch) | |
| tree | 1d3d32e964fd5de8d76da6aad45afe2bfe3c8390 /static/pichat.css | |
| parent | 99cceb4ee2c665288a8db5e431cd3a672ddf1567 (diff) | |
timb adding ryder's changes...
Diffstat (limited to 'static/pichat.css')
| -rwxr-xr-x | static/pichat.css | 18 |
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; |
