r2587 - photoviewer: move loading-indicator to top, via z-index

r2587 - photoviewer: move loading-indicator to top, via z-index


Author: joern.zaefferer
Date: Mon May 18 01:25:37 2009
New Revision: 2587
Modified:
branches/photoviewer/tests/visual/photoviewer/default.html
branches/photoviewer/themes/base/ui.photoviewer.css
Log:
photoviewer: move loading-indicator to top, via z-index
Modified: branches/photoviewer/tests/visual/photoviewer/default.html
==============================================================================
--- branches/photoviewer/tests/visual/photoviewer/default.html    (original)
+++ branches/photoviewer/tests/visual/photoviewer/default.html    Mon May 18
01:25:37 2009
@@ -29,6 +29,9 @@
        <a href="photo.php" title="Flight">
            <img src="photo.jpg" />
        </a>
+        <a href="photo.php" title="Flight">
+            <img src="photo.jpg" />
+        </a>
    </div>
<div style="height:1200px; visibility: hidden">big div to make page
scroll</div>
Modified: branches/photoviewer/themes/base/ui.photoviewer.css
==============================================================================
--- branches/photoviewer/themes/base/ui.photoviewer.css    (original)
+++ branches/photoviewer/themes/base/ui.photoviewer.css    Mon May 18 01:25:37
2009
@@ -1,4 +1,4 @@
/* Photoviewer
----------------------------------*/
.ui-photoviewer { position: absolute; z-index: 1000; border: 20px solid
white; /* for IE7 */ -ms-interpolation-mode: bicubic; }
-.ui-loading-indicator { position: absolute; text-indent: -10000px; width:
32px; height: 32px; background-image: url(images/ajax-loader.gif); }
+.ui-loading-indicator { z-index: 1001; position: absolute; text-indent:
-10000px; width: 32px; height: 32px; background-image:
url(images/ajax-loader.gif); }