author | veltr |
Fri, 11 Oct 2013 17:37:25 +0200 | |
changeset 107 | 6b346cb90c5a |
parent 50 | 1ecfe4720da7 |
permissions | -rw-r--r-- |
50
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
1 |
/* |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
2 |
* jQuery UI CSS Framework |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
3 |
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about) |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
4 |
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses. |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
5 |
*/ |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
6 |
|
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
7 |
/* Layout helpers |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
8 |
----------------------------------*/ |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
9 |
.ui-helper-hidden { display: none; } |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
10 |
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; } |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
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; } |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
12 |
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
13 |
.ui-helper-clearfix { display: inline-block; } |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
14 |
/* required comment for clearfix to work in Opera \*/ |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
15 |
* html .ui-helper-clearfix { height:1%; } |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
16 |
.ui-helper-clearfix { display:block; } |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
17 |
/* end clearfix */ |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
18 |
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); } |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
19 |
|
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
20 |
|
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
21 |
/* Interaction Cues |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
22 |
----------------------------------*/ |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
23 |
.ui-state-disabled { cursor: default !important; } |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
24 |
|
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
25 |
|
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
26 |
/* Icons |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
27 |
----------------------------------*/ |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
28 |
|
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
29 |
/* states and images */ |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
30 |
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; } |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
31 |
|
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
32 |
|
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
33 |
/* Misc visuals |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
34 |
----------------------------------*/ |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
35 |
|
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
36 |
/* Overlays */ |
1ecfe4720da7
Version + Clean pour intégration:
samuel huron <admin@cybunk.com>
parents:
diff
changeset
|
37 |
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } |