aboutsummaryrefslogtreecommitdiff
path: root/static/development-bundle/themes/ui-lightness/ui.core.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/development-bundle/themes/ui-lightness/ui.core.css')
-rw-r--r--static/development-bundle/themes/ui-lightness/ui.core.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/static/development-bundle/themes/ui-lightness/ui.core.css b/static/development-bundle/themes/ui-lightness/ui.core.css
deleted file mode 100644
index c2f18f2..0000000
--- a/static/development-bundle/themes/ui-lightness/ui.core.css
+++ /dev/null
@@ -1,37 +0,0 @@
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%; } \ No newline at end of file