diff options
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; |
