diff client/digitallibrary/jquery/jquery.digilib.css @ 872:df78d6b36540 jquery

arrows: positioning works in embedded mode, too
author hertzhaft
date Thu, 17 Mar 2011 19:21:25 +0100
parents 5d811828347b
children baf4b376fcf7
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.css	Thu Mar 17 17:27:07 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.css	Thu Mar 17 19:21:25 2011 +0100
@@ -136,12 +136,17 @@
     text-align: center;
     background-color: black;
     opacity: 0.08;
+    z-index: 200;
     }
 
 div.digilib div.arrows div.button:hover {
     opacity: 0.5;
 }
 
+div.digilib div.arrows div.button a {
+    position: relative;
+}
+
 /* special definitions for fullscreen */
 div.digilib.dl_fullscreen div.buttons {
 	position: fixed;
@@ -149,7 +154,7 @@
 	top: 0px;
 	padding: 2px;
 	background-color: transparent;
-	z-index: 100;
+	z-index: 200;
 }
 
 div.digilib.dl_fullscreen div.buttons div.button:hover {