comparison client/digitallibrary/jquery/jquery.digilib.css @ 825:f07b8ed13194 jquery

display regions as HTML for use in digilib element
author hertzhaft
date Tue, 01 Mar 2011 01:31:26 +0100
parents 36fbccbaf413
children 7b3e5c666269
comparison
equal deleted inserted replaced
817:874d781dd7ec 825:f07b8ed13194
92 display: none; 92 display: none;
93 color: white; 93 color: white;
94 background-color: black; 94 background-color: black;
95 } 95 }
96 96
97 div.regionhtml {
98 display: none;
99 position: absolute;
100 top: 100px;
101 left: 250px;
102 padding: 10px;
103 font-family: Verdana, Arial, Helvetica, sans-serif;
104 font-size: 12px;
105 border: 2px solid lightcyan;
106 background-color: lightgrey;
107 z-index: 1000;
108 }
109
97 /* special definitions for fullscreen */ 110 /* special definitions for fullscreen */
98 div.digilib.dl_fullscreen div.buttons { 111 div.digilib.dl_fullscreen div.buttons {
99 position: fixed; 112 position: fixed;
100 right: 0px; 113 right: 0px;
101 top: 0px; 114 top: 0px;