PluginProbe
RSVP and Event Management / 1.3.0
RSVP and Event Management v1.3.0
trunk 0.5.0 0.6.0 0.7.0 0.8.0 0.9.0 0.9.5 1.0.0 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.5.0 1.6.0 1.6.1 1.6.2 1.6.5 1.7.0 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 All 136 releases
rsvp / jquery-ui-1.7.2.custom / development-bundle / themes / base / ui.core.css

ui.core.css in RSVP and Event Management 1.3.0, at jquery-ui-1.7.2.custom/development-bundle/themes/base/ui.core.css

37 lines 1.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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%; }