diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-06-17 02:47:52 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-06-17 02:47:52 -0400 |
| commit | 437c7cd3ecff287a3aec3a0b08c850092c67e8dd (patch) | |
| tree | f4819b4ba2d43a47a82125e21e32fca8f720b1cc /static/css/dump.css | |
| parent | c47183393b9271c05e7c947340c499bda7ef0bda (diff) | |
| parent | 0a4fdca2e4070771eec03c43bf99100fd09e5543 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index a587ed3..9f7d1dd 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -44,12 +44,16 @@ a:active { font-size:14px; color: #fff; } +#dcontent{ + z-index: 3; + overflow: auto; + min-width:600px; +} #content{ z-index: 3; overflow: auto; min-width:600px; } - #chatboxx { position: fixed; top:80px; @@ -90,7 +94,7 @@ bottom:76; bottom:-8px; line-height:1.6; font-size:11px; -word-spacing:6px; +word-spacing:15px; height:28px; color: #000; @@ -478,15 +482,14 @@ border:1px solid blue; border-right:2px solid #c8cbce; border-bottom:2px solid #c8cbce; - box-shadow: 3px 4px 4px #c8cbce; --webkit-box-shadow: 3px 4px 4px #c8cbce; --moz-box-shadow: 3px 3px 4px #c8cbce; -filter: progid:DXImageTransform.Microsoft.dropShadow(color=#c8cbce, offX=3, offY=4, positive=true); + box-shadow: 3px 4px 3px #c8cbce; +-webkit-box-shadow: 3px 4px 3px #c8cbce; +-moz-box-shadow: 3px 3px 3px #c8cbce; text-overflow:ellipsis; /* opacity:0.75;*/ z-index:18; text-align: left; -background-image:url(/static/img/bg.dither.gif); +background-color:white; } #userList a:hover{color:#ffffff;} |
