# HG changeset patch # User robcast # Date 1295990928 -3600 # Node ID d1605eb99d741a8e129be3d77f2990da321d530e # Parent ca37fb4b1e72702e45c1d87029e1b0a5b0fc4e78# Parent 6c869c851c9a350b3717397879cc13b3a838d7b0 merge with 6c869c851c9a350b3717397879cc13b3a838d7b0 diff -r ca37fb4b1e72 -r d1605eb99d74 client/digitallibrary/jquery/jquery-test-embedded.html --- a/client/digitallibrary/jquery/jquery-test-embedded.html Tue Jan 25 22:04:27 2011 +0100 +++ b/client/digitallibrary/jquery/jquery-test-embedded.html Tue Jan 25 22:28:48 2011 +0100 @@ -11,11 +11,16 @@ div.digilib { float: left; padding: 10px; + width: 220px; } - div.scaler, div.buttons { - float: left; + div.buttons { + position: absolute; + margin-left: 184px; + top: 0px; + padding: 2px; } + div.button { } @@ -23,6 +28,26 @@ background-color: darkred; } + div.birdview { + border: 1px solid white; + 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; + } + @@ -32,7 +57,11 @@