comparison client/digitallibrary/jquery/jquery.digilib.css @ 855:34b20eec036b jquery

second step towards zoom arrows
author hertzhaft
date Wed, 09 Mar 2011 00:39:17 +0100
parents a43810d16ee5
children e5caceb1832b
comparison
equal deleted inserted replaced
849:2b7143c331c3 855:34b20eec036b
124 div.infoheader { 124 div.infoheader {
125 width: 300px; 125 width: 300px;
126 margin-bottom: 20px; 126 margin-bottom: 20px;
127 } 127 }
128 128
129 div.arrow {
130 position: absolute;
131 text-align: center;
132 background-color: black;
133 opacity: 0.08;
134 }
135
136 div.arrow:hover {
137 opacity: 0.5;
138 }
139
129 /* special definitions for fullscreen */ 140 /* special definitions for fullscreen */
130 div.digilib.dl_fullscreen div.buttons { 141 div.digilib.dl_fullscreen div.buttons {
131 position: fixed; 142 position: fixed;
132 right: 0px; 143 right: 0px;
133 top: 0px; 144 top: 0px;