# HG changeset patch # User hertzhaft # Date 1296568755 -3600 # Node ID aee08dbfccaef28c3ea2bfc251d41d98b7f94c2a # Parent 84ad95fd3202fdd1705fa8400d1aa36e03376d1f no bird zoom drag if scaler image is not zoomed diff -r 84ad95fd3202 -r aee08dbfccae client/digitallibrary/jquery/jquery-test-full.html --- a/client/digitallibrary/jquery/jquery-test-full.html Tue Feb 01 12:46:22 2011 +0100 +++ b/client/digitallibrary/jquery/jquery-test-full.html Tue Feb 01 14:59:15 2011 +0100 @@ -9,78 +9,13 @@ background: silver; } - div.digilib { - } - - div.buttons { - position: fixed; - right: 5px; - top: 5px; - padding: 3px; - background-color: transparent; - z-index: 20; - } - - img.button:hover { - background-image: url('../greyskin/corona.png'); - } - - div.digilib div.mark { - position: absolute; - color: white; - background: url('../greyskin/mark-bg-16.png'); - font-family: Verdana, Arial, Helvetica, sans-serif; - font-weight: bold; - font-size:11px; - height: 15px; - width: 16px; - padding-top: 1px; - text-align: center; - z-index: 10; - } - - div.digilib div.zoomrect { - position: absolute; - /* border: 2px solid #ffa060; */ - border: 2px solid #ff0000; - z-index: 100; - } - - div.birdview { - border: 1px solid white; - position: fixed; - bottom: 8px; - right: 48px; - display: none; - z-index: 1; - } - - div.about { - position: absolute; - width: 200px; - top: 100px; - left: 350px; - height: 200px; - padding: 0px 2px; - font-family: Verdana, Arial, Helvetica, sans-serif; - border: 2px solid lightcyan; - background-color: lightgrey; - text-align: center; - display: none; - z-index: 1000; - } - - div.scaler { - background-color: grey; - z-index: 0; - } - +