# HG changeset patch # User robcast # Date 1295990928 -3600 # Node ID b2a1421572b511e40e96f789456a1737d0d00938 # Parent 9f8056d6c289068a1a94de7f243eb4957d0c29a5# Parent e944d132a6e2ff815d12237609a8b64da5b6e9b2 merge with 6c869c851c9a350b3717397879cc13b3a838d7b0 diff -r 9f8056d6c289 -r b2a1421572b5 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 @@