summaryrefslogtreecommitdiff
path: root/modules/gallery/js/fullsize.js
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-31 01:15:11 -0700
committerBharat Mediratta <bharat@menalto.com>2009-05-31 01:15:11 -0700
commite30b45be070033d5e68bf3c5eacd5c445ab1c9d5 (patch)
treefa1285c3bab96587963ca09512cb3d5553ef302f /modules/gallery/js/fullsize.js
parent9a6f18075a8e0ad070e54d5bf361a3f993915b02 (diff)
parent0a5ca7a76644e6535bed49736f3e848cac6c7211 (diff)
Merge branch 'master' of git://github.com/gallery/gallery3
Diffstat (limited to 'modules/gallery/js/fullsize.js')
-rw-r--r--modules/gallery/js/fullsize.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/gallery/js/fullsize.js b/modules/gallery/js/fullsize.js
index 7428adb5..f95dc428 100644
--- a/modules/gallery/js/fullsize.js
+++ b/modules/gallery/js/fullsize.js
@@ -7,9 +7,9 @@ $(document).ready(function() {
var height = $(document).height();
$("body").append('<div id="gFullsizeOverlay" class="ui-dialog-overlay" ' +
- 'style="border: none; margin: 0; padding: 0; background: #000 ' +
- 'none repeat scroll 0% 0%; position: absolute; top: 0px; left: 0px; ' +
- 'width: ' + width + 'px; height: ' + height + 'px; opacity: 0.7; ' +
+ 'style="border: none; margin: 0; padding: 0; background-color: #000; ' +
+ 'position: absolute; top: 0px; left: 0px; ' +
+ 'width: ' + width + 'px; height: ' + height + 'px; opacity: 0.7; filter: alpha(opacity=70);' +
'-moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; ' +
'-moz-background-inline-policy: -moz-initial; z-index: 1001;"> </div>');