diff client/digitallibrary/jquery/jquery.digilib.css @ 851:5922c444cd11 jquery

fixed region position bug in embedded mode, sigh
author hertzhaft
date Mon, 07 Mar 2011 09:30:55 +0100
parents 77248c6d2a5f
children 4658ec2f9565
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.css	Mon Mar 07 00:38:20 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.css	Mon Mar 07 09:30:55 2011 +0100
@@ -66,14 +66,22 @@
 	opacity: 0.5;
 }
 
-div.region a {
+div.region {
+    color: white;
+    font-size: 80%;
+}
+
+div.region a.regionnumber {
     color: white;
     text-decoration: none;
-    font-size: 11px;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-weight: bold;
-	height: 15px;
-	width: 16px;
-	margin: 3px;
+	font-size: 11px;
+	text-align: center;
+    padding: 0px 2px;
+    margin-right: 4px;
+    border: 1px solid white;
+    display: inline-block;
 }
 
 div.regioncontent {