diff webapp/src/main/webapp/jquery/jquery.digilib.css @ 1004:8fe70597f7e7

more slider
author hertzhaft
date Tue, 14 Feb 2012 02:46:28 +0100
parents 07af442509de
children 7f8aaae89f9b
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.css	Mon Feb 13 22:19:18 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.css	Tue Feb 14 02:46:28 2012 +0100
@@ -171,12 +171,23 @@
 	}
 
 div.dl-digilib div.dl-sliderhandle {
-	border: 1px solid white;
-	background-color: blue;
+	border: 1px solid lightcyan;
+	background: url('img/blue.png');
 	position: absolute;
 	z-index: 10000;
 	}
 
+div.dl-digilib div.dl-sliderlabel,
+div.dl-digilib div.dl-slidernumber {
+	position: absolute;
+	background: url('img/blue.png');
+	padding: 2px;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	font-size: 12px;
+	font-weight: bold;
+	color: white;
+    }
+	
 div.dl-infobutton {
     background-color: white;
     color: grey;