# HG changeset patch
# User robcast
# Date 1296492260 -3600
# Node ID 996a584f1a0b5a00301e3d668a417e868cbc661a
# Parent f2d8c338b761562180de0acd838338d6adc32312
put styles in stylesheet.
use relative positioning in embedded mode.
diff -r f2d8c338b761 -r 996a584f1a0b 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 @@
+
+