comparison client/digitallibrary/jquery/jquery.digilib.css @ 832:e4133946a9ad jquery

display regions as HTML for use in digilib element
author hertzhaft
date Tue, 01 Mar 2011 01:31:26 +0100
parents 8af71d9d830b
children 9fa078dcb493
comparison
equal deleted inserted replaced
824:f0a5e4d2cba7 832:e4133946a9ad
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;