Mercurial > hg > rr-repo
comparison misc/ui/jquery.ui.core.css @ 0:ff03f76ab3fe
initial version
author | danieleb <danielebarchiesi@me.com> |
---|---|
date | Wed, 21 Aug 2013 18:51:11 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:ff03f76ab3fe |
---|---|
1 | |
2 /* | |
3 * jQuery UI CSS Framework 1.8.7 | |
4 * | |
5 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) | |
6 * Dual licensed under the MIT or GPL Version 2 licenses. | |
7 * http://jquery.org/license | |
8 * | |
9 * http://docs.jquery.com/UI/Theming/API | |
10 */ | |
11 | |
12 /* Layout helpers | |
13 ----------------------------------*/ | |
14 .ui-helper-hidden { display: none; } | |
15 .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); } | |
16 .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; } | |
17 .ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } | |
18 .ui-helper-clearfix { display: inline-block; } | |
19 /* required comment for clearfix to work in Opera \*/ | |
20 * html .ui-helper-clearfix { height:1%; } | |
21 .ui-helper-clearfix { display:block; } | |
22 /* end clearfix */ | |
23 .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } | |
24 | |
25 | |
26 /* Interaction Cues | |
27 ----------------------------------*/ | |
28 .ui-state-disabled { cursor: default !important; } | |
29 | |
30 | |
31 /* Icons | |
32 ----------------------------------*/ | |
33 | |
34 /* states and images */ | |
35 .ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } | |
36 | |
37 | |
38 /* Misc visuals | |
39 ----------------------------------*/ | |
40 | |
41 /* Overlays */ | |
42 .ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |