source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/themes/base/ui.core.css@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1/*
2* jQuery UI CSS Framework
3* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
4* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
5*/
6
7/* Layout helpers
8----------------------------------*/
9.ui-helper-hidden { display: none; }
10.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
11.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
12.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
13.ui-helper-clearfix { display: inline-block; }
14/* required comment for clearfix to work in Opera \*/
15* html .ui-helper-clearfix { height:1%; }
16.ui-helper-clearfix { display:block; }
17/* end clearfix */
18.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
19
20
21/* Interaction Cues
22----------------------------------*/
23.ui-state-disabled { cursor: default !important; }
24
25
26/* Icons
27----------------------------------*/
28
29/* states and images */
30.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
31
32
33/* Misc visuals
34----------------------------------*/
35
36/* Overlays */
37.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
Note: See TracBrowser for help on using the repository browser.