diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-16 08:31:31 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-03-16 08:31:31 -0400 |
| commit | cfbeca6ca53945d205c2cc3d54f90493a7b31260 (patch) | |
| tree | f6b0ffbc48de11c8d9270914417670c924d9ce68 /static/pichat.css | |
| parent | b0f2d429f046fda88d2a48883edc6200ad709987 (diff) | |
Added PROD changes
Diffstat (limited to 'static/pichat.css')
| -rwxr-xr-x | static/pichat.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/pichat.css b/static/pichat.css index db2e3eb..cf8ffe3 100755 --- a/static/pichat.css +++ b/static/pichat.css @@ -278,7 +278,7 @@ margin:-2; #userList { overflow-x: hidden; overflow-y:auto; - height: auto; + max-height: 55%; margin: 0px; position: absolute; padding: 5px; @@ -305,7 +305,7 @@ margin:-2; -moz-border-radius-bottomright:5px; border-right:2px solid #c8cbce; border-bottom:2px solid #c8cbce; - max-height:400px; + box-shadow: 3px 4px 4px #c8cbce; -webkit-box-shadow: 3px 4px 4px #c8cbce; -moz-box-shadow: 3px 3px 4px #c8cbce; |
