# HG changeset patch # User robcast # Date 1296492260 -3600 # Node ID 936d88972cd0bf8b44d5c312abcb729f21d67121 # Parent c6878e9575feecbbbac6e39382e2cdedb9ea3d15 put styles in stylesheet. use relative positioning in embedded mode. diff -r c6878e9575fe -r 936d88972cd0 client/digitallibrary/jquery/jquery-test-embedded.html --- a/client/digitallibrary/jquery/jquery-test-embedded.html Mon Jan 31 16:31:40 2011 +0100 +++ b/client/digitallibrary/jquery/jquery-test-embedded.html Mon Jan 31 17:44:20 2011 +0100 @@ -9,51 +9,12 @@ } div.digilib { - padding: 10px; - width: 220px; - } - - div.buttons { - position: absolute; - margin-left: 184px; - top: 0px; - padding: 2px; - background-color: grey; - opacity: 0.4; - } - - div.button { - } - - div.button:hover { - background-color: darkred; + /* padding for buttons and bird-div */ + padding-right: 18px; + padding-bottom: 100px; + /* width: 220px; */ } - div.birdview { - border: 1px solid white; - z-index: 1; - } - - div.scaler { - background-color: grey; - z-index: 0; - } - - 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; - } - td { vertical-align: top; } @@ -89,6 +50,7 @@ + +