diff client/digitallibrary/jquery/jquery.digilib.css @ 855:2c401f68d577 jquery

better region info
author hertzhaft
date Mon, 07 Mar 2011 15:16:51 +0100
parents 4658ec2f9565
children 7ebdc106a61a
line wrap: on
line diff
--- a/client/digitallibrary/jquery/jquery.digilib.css	Mon Mar 07 09:54:36 2011 +0100
+++ b/client/digitallibrary/jquery/jquery.digilib.css	Mon Mar 07 15:16:51 2011 +0100
@@ -92,7 +92,6 @@
     display: none;
     position: absolute;
 	top: 100px;
-	left: 250px;
 	padding: 10px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 12px;
@@ -108,6 +107,25 @@
 	font-weight: bold;
 }
 
+div.infobutton {
+    background-color: white;
+    color: grey;
+    padding: 0px 4px;
+    margin: 0px 2px;
+    float: left;
+}
+
+div.info {
+    clear: both;
+    display: none;
+    margin: 10px;
+}
+
+div.infoheader {
+    width: 300px;
+    margin-bottom: 20px;
+}
+
 /* special definitions for fullscreen */
 div.digilib.dl_fullscreen div.buttons {
 	position: fixed;