diff client/digitallibrary/jquery/jquery.digilib.css @ 862:7ebdc106a61a jquery

second step towards zoom arrows
author hertzhaft
date Wed, 09 Mar 2011 00:39:17 +0100
parents 2c401f68d577
children e17507559d35
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.css	Tue Mar 08 09:07:07 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.css	Wed Mar 09 00:39:17 2011 +0100
@@ -126,6 +126,17 @@
     margin-bottom: 20px;
 }
 
+div.arrow {
+    position: absolute;
+    text-align: center;
+    background-color: black;
+    opacity: 0.08;
+}
+
+div.arrow:hover {
+    opacity: 0.5;
+}
+
 /* special definitions for fullscreen */
 div.digilib.dl_fullscreen div.buttons {
 	position: fixed;