diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-22 15:49:21 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-06-22 15:49:21 -0400 |
| commit | af11d235659fd0f15b45d03fd3e99bab41dbede7 (patch) | |
| tree | 31998c8e224d18cf39a58a6033d75f977abcbee5 /static/css/dump.css | |
| parent | 8420e6bd5d70b77da172ea6bbc61bf4f508a1dd2 (diff) | |
sostler prod commit
Diffstat (limited to 'static/css/dump.css')
| -rwxr-xr-x | static/css/dump.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/static/css/dump.css b/static/css/dump.css index 6d5a8d5..bc742fe 100755 --- a/static/css/dump.css +++ b/static/css/dump.css @@ -352,7 +352,7 @@ width:100; .msg-hover.content img { cursor: pointer; background-position:center; - opacity:0.8; + opacity:0.5; z-index:2; display: inline-block; } @@ -370,7 +370,8 @@ width:100; .msg-hover.content .img-wrapper { cursor: pointer; background-image:url("/static/img/thumbs/heartcolorshift.gif"); - opacity:1.0; +background-color:white; + opacity:0.5; color:#000; background-position:bottom right; background-attachment:fixed; @@ -386,15 +387,17 @@ width:100; .msg-image-zoom { position: absolute; bottom: 5px; - right: 5px; + right: 5px;z-index:100000000000; background-color: white; - opacity: 0.7; + opacity: 1; } a.msg-image-zoom img.zoom-icon { height: 48px; width: 48px; - opacity: .8; +display:inline-block; +z-index:100000000000; + opacity:1; border: 1px solid black; box-shadow: -1px 1px 0px #000; -webkit-box-shadow:-1px 1px 0px #000; |
