source: gs3-extensions/jquery-ui-extra/trunk/turnstyle-block.css@ 26438

Last change on this file since 26438 was 26438, checked in by davidb, 11 years ago

A place for any Greenstone inspired jquery UI extensions. The motivator for this extension was a turnstyle open/close block that is careful not to unload any element (such as a video player flash component) when the block is closed.

File size: 355 bytes
Line 
1
2.hide {
3 position: absolute !important;
4 top: -9999px !important;
5 left: -9999px !important;
6}
7
8.this-will-not-be-read {
9 display: none !important;
10}
11
12div.openclose {
13 padding: 8px;
14 font-size: 110%;
15 width: auto;
16}
17
18.openclose a {
19 text-decoration: none;
20}
21
22.openclose a:hover {
23 color: #000000;
24}
Note: See TracBrowser for help on using the repository browser.