diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-16 23:04:19 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-01-16 23:04:19 -0500 |
| commit | c74bc3cc46bd2125ca640342907ee53a8c663f9e (patch) | |
| tree | 6ddfad47f0cbe2c333935456db49e887ef92f704 /static/pichat.css | |
| parent | a9c5be252442f4e744c7d85923f2aa3564ae97aa (diff) | |
timb merging ryder's changes
Diffstat (limited to 'static/pichat.css')
| -rwxr-xr-x | static/pichat.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/static/pichat.css b/static/pichat.css index 40720b7..0e5fb5f 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -4,6 +4,10 @@ body { background-color:#e3e3e3; margin:0; + background-color:#ffffee; + background-image:url(/static/chanbg.png); + background-repeat:repeat-x; + background-position:top; } @@ -29,7 +33,7 @@ body { position:fixed; width:100%; bottom:0px; -line-height:2.5; +line-height:3.1; font-size:11px; word-spacing:8px; height:28px; @@ -55,15 +59,12 @@ color:000; #messagePane { border: 2px solid #c8cbce; - - top:56px; bottom:65px; position:fixed; width: 99%; background-color:#FFF; left:0.3%; - z-index:5; } @@ -164,7 +165,7 @@ top:15px; position: absolute; padding: 5px; top:85px; - min-width: 150px; + min-width: 160px; width:11%; float:right; right: 6%; @@ -184,6 +185,8 @@ top:15px; -webkit-border-bottom-right-radius:5px; -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px; +border-right:2px solid #c8cbce; +border-bottom:2px solid #c8cbce; max-height:450px; box-shadow: 3px 4px 4px #c8cbce; -webkit-box-shadow: 3px 4px 4px #c8cbce; |
