diff webapp/src/main/webapp/jquery/jquery.digilib.css @ 985:7f93dc476cdf

halfway up the slider
author hertzhaft
date Fri, 27 Jan 2012 16:00:50 +0100
parents 367f64acda4e
children f4757bf6ab65
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.css	Fri Jan 27 14:10:45 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.css	Fri Jan 27 16:00:50 2012 +0100
@@ -160,6 +160,23 @@
 	background-color: khaki;
 	}
 
+div.digilib div.slider {
+	background: url('img/blue.png');
+	display: none;
+	border: 1px solid lightcyan;
+	position: absolute;
+	z-index: 9999;
+	width: 400px;
+	height: 16px;
+	}
+
+div.digilib div.sliderbutton {
+	border: 3px solid lightcyan;
+	background-color: cyan;
+	position: absolute;
+	z-index: 10000;
+	}
+
 div.infobutton {
     background-color: white;
     color: grey;