diff webapp/src/main/webapp/jquery/jquery.digilib.css @ 989:f4757bf6ab65

new arrows plugin for scroll arrows next to the image. also new mechanism for specifying insets.
author robcast
date Fri, 03 Feb 2012 18:12:47 +0100
parents 7f93dc476cdf
children 76cffbaf0083
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.css	Tue Jan 31 00:53:24 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.css	Fri Feb 03 18:12:47 2012 +0100
@@ -196,24 +196,22 @@
     margin-bottom: 20px;
 }
 
-div.digilib div.arrows {
-    display: none;
+/* scroll arrows */
+div.digilib table.scalertable {
+	border: 0;
+	padding: 0;
 }
-
-div.digilib div.arrows div.button {
-    position: absolute;
-    text-align: center;
+div.digilib table.scalertable td {
+    padding: 0;
+}
+div.digilib table.scalertable td.arrow {
+}
+div.digilib table.scalertable td.arrow:hover {
     background-color: black;
-    opacity: 0.08;
-    z-index: 200;
-    }
-
-div.digilib div.arrows div.button:hover {
-    opacity: 0.5;
+	opacity: 0.3;
 }
-
-div.digilib div.arrows div.button a {
-    position: relative;
+div.digilib table.scalertable img.button {
+    opacity: 1;
 }
 
 /* special definitions for fullscreen */