diff client/digitallibrary/greyskin/diginew.css @ 452:6edd60cfa47f

ongoing experimental intermediary release - more cleanup on object stuff - new mark image - menu is now fixed and tries to work in IE
author robcast
date Tue, 24 Jan 2006 21:17:44 +0100
parents 6154dfc67615
children 96bf096d9ab3
line wrap: on
line diff
--- a/client/digitallibrary/greyskin/diginew.css	Mon Jan 23 22:36:29 2006 +0100
+++ b/client/digitallibrary/greyskin/diginew.css	Tue Jan 24 21:17:44 2006 +0100
@@ -87,20 +87,21 @@
 	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-weight: bold;
 	font-size:11px;
-	height: 16px;
+	height: 15px;
 	width: 16px;
+	padding-top: 1px;
 	text-align: center;
 	z-index: 10;
 	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mark-bg-16.png') */
 	}
 		
 div#scaler {
-	position: absolute;
+/*	position: absolute;
 	left: 8px;
 	top: 8px;
 	bottom: 30px;
 	right: 44px;
-	overflow: auto;
+*/	/* overflow: auto; */
 	}
 
 div#overlay {
@@ -114,17 +115,21 @@
 	}
 
 div#buttons {
-	position: absolute;
+	position: fixed;
 	right: 5px;
 	top: 5px;
-	background-color: #E0E0E0;
-	}
+	padding: 3px;
+/*	background-color: #E0E0E0; */
+    background-color: lightgrey;	 
+  }
 
 div#dloptions {
-	position: absolute;
+	position: fixed;
 	right: 5px;
 	top: 5px;
-	background-color: #E0E0E0;
+	padding: 3px;
+/*	background-color: #E0E0E0; */
+    background-color: lightgrey;
 	visibility: hidden;
 	}