| 1 |
/* |
| 2 |
* jQuery UI CSS Framework |
| 3 |
* Copyright (c) 2009 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%; } |