comparison client/digitallibrary/jquery/jquery.digilib.css @ 862:7ebdc106a61a jquery

second step towards zoom arrows
author hertzhaft
date Wed, 09 Mar 2011 00:39:17 +0100
parents 2c401f68d577
children e17507559d35
comparison
equal deleted inserted replaced
856:5795b9cae183 862:7ebdc106a61a
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;