diff client/digitallibrary/greyskin/diginew.css @ 439:65219f4fcf6b

added osize and pixel-by-pixel; reordered buttons;
author hertzhaft
date Tue, 10 Jan 2006 12:28:57 +0100
parents 0e5aebfeb7d4
children 85aef29cc1da
line wrap: on
line diff
--- a/client/digitallibrary/greyskin/diginew.css	Tue Jan 10 12:26:41 2006 +0100
+++ b/client/digitallibrary/greyskin/diginew.css	Tue Jan 10 12:28:57 2006 +0100
@@ -89,8 +89,13 @@
 	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='mark-bg-16.png') */
 	}
 		
-div#scaler-table {
-	padding-right: 40px;
+div#scaler {
+	position: absolute;
+	left: 8px;
+	top: 8px;
+	bottom: 30px;
+	right: 44px;
+	overflow: auto;
 	}
 
 div#overlay {
@@ -138,16 +143,30 @@
 	}
 
 div#calibration {
+	background: url('blue.png');
 	position: absolute;
-	padding: 0px 2px;
-	font-family: Verdana, Arial, Helvetica, sans-serif;
-	border: 3px solid lightcyan;
-	background-color: lightgrey;
-	text-align: center;
+	padding: 0px;
 	visibility: hidden;
 	z-index: 1000;
 	}
 
+div#calibration div {
+	width: 100%;
+	height: 100%;
+	margin: 0px;
+	padding: 0px;
+	font-family: Verdana, Arial, Helvetica, sans-serif;
+	text-align: center;
+	color: lightcyan;
+	border: 1px solid lightcyan;
+	background: url('ruler-top.gif') 0px -1px repeat-x;
+	z-index: 1001;
+	}
+
+p.cm {
+	font-weight: bold;
+	}
+
 div#about {
 	position: absolute;
 	width: 200px;
@@ -179,8 +198,8 @@
 	overflow: auto;
 	padding: 0px 2px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
-	color: green;
-	border: 1px dotted lightcyan;
+	color: lightgreen;
+	border: 1px dotted black;
 	background-color: transparent;
 	}
 
@@ -193,5 +212,7 @@
 	margin: 0px;
 	padding: 2px 0px;
 	font-size: 9px;
+	background-color: black;
 	}	
 
+