muck-engine 0.4.23 → 0.4.24
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/app/helpers/muck_engine_helper.rb +1 -1
- data/app/views/shared/_output_ajax_messages.erb +16 -0
- data/lib/muck_engine/flash_errors.rb +22 -5
- data/muck-engine.gemspec +27 -3
- data/public/javascripts/jquery/jquery.easing.js +45 -71
- data/public/javascripts/muck-src.js +13 -0
- data/public/javascripts/muck.js +2 -1
- data/test/rails_root/lib/tasks/muck.rake +7 -0
- data/test/rails_root/public/images/admin/Home.gif +0 -0
- data/test/rails_root/public/images/admin/source/Home.png +0 -0
- data/test/rails_root/public/images/fancybox/blank.gif +0 -0
- data/test/rails_root/public/images/fancybox/fancy_close.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_loading.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_nav_left.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_nav_right.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_shadow_e.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_shadow_n.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_shadow_ne.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_shadow_nw.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_shadow_s.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_shadow_se.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_shadow_sw.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_shadow_w.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_title_left.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_title_main.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_title_over.png +0 -0
- data/test/rails_root/public/images/fancybox/fancy_title_right.png +0 -0
- data/test/rails_root/public/images/fancybox/fancybox-x.png +0 -0
- data/test/rails_root/public/images/fancybox/fancybox-y.png +0 -0
- data/test/rails_root/public/images/fancybox/fancybox.png +0 -0
- data/test/rails_root/public/images/service_icons/16/fireeagle.png +0 -0
- data/test/rails_root/public/images/service_icons/24/fireeagle.png +0 -0
- data/test/rails_root/public/images/service_icons/48/fireeagle.png +0 -0
- data/test/rails_root/public/images/service_icons/60/fireeagle.png +0 -0
- data/test/rails_root/public/images/service_icons/source/fireeagle.psd +0 -0
- data/test/rails_root/public/javascripts/jquery/jquery.easing.js +72 -1
- data/test/rails_root/public/javascripts/jquery/jquery.fancybox.js +34 -6
- data/test/rails_root/public/javascripts/jquery/jquery.form.js +511 -473
- data/test/rails_root/public/javascripts/jquery/jquery.jgrowl.js +9 -2
- data/test/rails_root/public/javascripts/jquery/jquery.js +150 -15
- data/test/rails_root/public/javascripts/jquery/jquery.mousewheel.js +13 -0
- data/test/rails_root/public/javascripts/muck-countries.js +50 -0
- data/test/rails_root/public/javascripts/muck-src.js +147 -0
- data/test/rails_root/public/javascripts/muck.js +7 -91
- data/test/rails_root/public/stylesheets/jquery/cupertino/jquery-ui-1.7.2.custom.css +160 -0
- data/test/rails_root/public/stylesheets/jquery/jquery.fancybox.css +77 -38
- data/test/rails_root/public/stylesheets/jquery/redmond/jquery-ui-1.7.2.custom.css +160 -0
- data/test/rails_root/public/stylesheets/jquery/smoothness/jquery-ui-1.7.2.custom.css +160 -0
- data/test/rails_root/public/stylesheets/jquery/ui-lightness/jquery-ui-1.7.2.custom.css +160 -0
- metadata +28 -4
- data/app/views/admin/shared/_output_admin_messages.js.erb +0 -2
@@ -0,0 +1,160 @@
|
|
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%; }/* Accordion
|
38
|
+
----------------------------------*/
|
39
|
+
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
40
|
+
.ui-accordion .ui-accordion-li-fix { display: inline; }
|
41
|
+
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
|
42
|
+
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
|
43
|
+
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
44
|
+
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
|
45
|
+
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
|
46
|
+
----------------------------------*/
|
47
|
+
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
|
48
|
+
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
49
|
+
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
50
|
+
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
51
|
+
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
52
|
+
.ui-datepicker .ui-datepicker-next { right:2px; }
|
53
|
+
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
54
|
+
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
55
|
+
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
56
|
+
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
57
|
+
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
|
58
|
+
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
59
|
+
.ui-datepicker select.ui-datepicker-month,
|
60
|
+
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
61
|
+
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
|
62
|
+
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
63
|
+
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
64
|
+
.ui-datepicker td { border: 0; padding: 1px; }
|
65
|
+
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
66
|
+
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
67
|
+
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
68
|
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
69
|
+
|
70
|
+
/* with multiple calendars */
|
71
|
+
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
72
|
+
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
73
|
+
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
74
|
+
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
75
|
+
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
76
|
+
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
77
|
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
78
|
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
79
|
+
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
80
|
+
.ui-datepicker-row-break { clear:both; width:100%; }
|
81
|
+
|
82
|
+
/* RTL support */
|
83
|
+
.ui-datepicker-rtl { direction: rtl; }
|
84
|
+
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
85
|
+
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
86
|
+
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
87
|
+
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
88
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
89
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
90
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
91
|
+
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
92
|
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
93
|
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
94
|
+
|
95
|
+
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
96
|
+
.ui-datepicker-cover {
|
97
|
+
display: none; /*sorry for IE5*/
|
98
|
+
display/**/: block; /*sorry for IE5*/
|
99
|
+
position: absolute; /*must have*/
|
100
|
+
z-index: -1; /*must have*/
|
101
|
+
filter: mask(); /*must have*/
|
102
|
+
top: -4px; /*must have*/
|
103
|
+
left: -4px; /*must have*/
|
104
|
+
width: 200px; /*must have*/
|
105
|
+
height: 200px; /*must have*/
|
106
|
+
}/* Dialog
|
107
|
+
----------------------------------*/
|
108
|
+
.ui-dialog { position: relative; padding: .2em; width: 300px; }
|
109
|
+
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; }
|
110
|
+
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
|
111
|
+
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
112
|
+
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
113
|
+
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
114
|
+
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
115
|
+
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
116
|
+
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
|
117
|
+
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
118
|
+
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
119
|
+
/* Progressbar
|
120
|
+
----------------------------------*/
|
121
|
+
.ui-progressbar { height:2em; text-align: left; }
|
122
|
+
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
|
123
|
+
----------------------------------*/
|
124
|
+
.ui-resizable { position: relative;}
|
125
|
+
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
|
126
|
+
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
127
|
+
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
|
128
|
+
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
|
129
|
+
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
|
130
|
+
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
|
131
|
+
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
132
|
+
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
133
|
+
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
134
|
+
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
|
135
|
+
----------------------------------*/
|
136
|
+
.ui-slider { position: relative; text-align: left; }
|
137
|
+
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
138
|
+
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
|
139
|
+
|
140
|
+
.ui-slider-horizontal { height: .8em; }
|
141
|
+
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
142
|
+
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
143
|
+
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
144
|
+
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
145
|
+
|
146
|
+
.ui-slider-vertical { width: .8em; height: 100px; }
|
147
|
+
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
148
|
+
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
149
|
+
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
150
|
+
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
|
151
|
+
----------------------------------*/
|
152
|
+
.ui-tabs { padding: .2em; zoom: 1; }
|
153
|
+
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
|
154
|
+
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
|
155
|
+
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
|
156
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
|
157
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
|
158
|
+
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
159
|
+
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
|
160
|
+
.ui-tabs .ui-tabs-hide { display: none !important; }
|
@@ -1,38 +1,77 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
1
|
+
/*
|
2
|
+
* FancyBox - jQuery Plugin
|
3
|
+
* Simple and fancy lightbox alternative
|
4
|
+
*
|
5
|
+
* Examples and documentation at:http://fancybox.net
|
6
|
+
*
|
7
|
+
* Copyright (c) 2008 - 2010 Janis Skarnelis
|
8
|
+
*
|
9
|
+
* Version:1.3.1 (05/03/2010)
|
10
|
+
* Requires:jQuery v1.3+
|
11
|
+
*
|
12
|
+
* Dual licensed under the MIT and GPL licenses:* http://www.opensource.org/licenses/mit-license.php
|
13
|
+
* http://www.gnu.org/licenses/gpl.html
|
14
|
+
*/
|
15
|
+
#fancybox-loading{position:fixed;top:50%;left:50%;height:40px;width:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none;}
|
16
|
+
* html #fancybox-loading{/* IE6 */
|
17
|
+
position:absolute;margin-top:0;}
|
18
|
+
#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url('/images/fancybox/fancybox.png');}
|
19
|
+
#fancybox-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background:#000;z-index:1100;display:none;}
|
20
|
+
* html #fancybox-overlay{/* IE6 */
|
21
|
+
position:absolute;width:100%;}
|
22
|
+
#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none;}
|
23
|
+
#fancybox-wrap{position:absolute;top:0;left:0;margin:0;padding:20px;z-index:1101;display:none;}
|
24
|
+
#fancybox-outer{position:relative;width:100%;height:100%;background:#FFF;}
|
25
|
+
#fancybox-inner{position:absolute;top:0;left:0;width:1px;height:1px;padding:0;margin:0;outline:none;overflow:hidden;}
|
26
|
+
#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;}
|
27
|
+
#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background-image:url('/images/fancybox/fancybox.png');background-position:-40px 0px;cursor:pointer;z-index:1103;display:none;}
|
28
|
+
#fancybox_error{color:#444;font:normal 12px/20px Arial;padding:7px;margin:0;}
|
29
|
+
#fancybox-content{height:auto;width:auto;padding:0;margin:0;}
|
30
|
+
#fancybox-img{width:100%;height:100%;padding:0;margin:0;border:none;outline:none;line-height:0;vertical-align:top;-ms-interpolation-mode:bicubic;}
|
31
|
+
#fancybox-frame{position:relative;width:100%;height:100%;border:none;display:block;}
|
32
|
+
#fancybox-title{position:absolute;bottom:0;left:0;font-family:Arial;font-size:12px;z-index:1102;}
|
33
|
+
.fancybox-title-inside{padding:10px 0;text-align:center;color:#333;}
|
34
|
+
.fancybox-title-outside{padding-top:5px;color:#FFF;text-align:center;font-weight:bold;}
|
35
|
+
.fancybox-title-over{color:#FFF;text-align:left;}
|
36
|
+
#fancybox-title-over{padding:10px;background-image:url('/images/fancybox/fancy_title_over.png');display:block;}
|
37
|
+
#fancybox-title-wrap{display:inline-block;}
|
38
|
+
#fancybox-title-wrap span{height:32px;float:left;}
|
39
|
+
#fancybox-title-left{padding-left:15px;background-image:url('/images/fancybox/fancybox.png');background-position:-40px -90px;background-repeat:no-repeat;}
|
40
|
+
#fancybox-title-main{font-weight:bold;line-height:29px;background-image:url('/images/fancybox/fancybox-x.png');background-position:0px -40px;color:#FFF;}
|
41
|
+
#fancybox-title-right{padding-left:15px;background-image:url('/images/fancybox/fancybox.png');background-position:-55px -90px;background-repeat:no-repeat;}
|
42
|
+
#fancybox-left,#fancybox-right{position:absolute;bottom:0px;height:100%;width:35%;cursor:pointer;outline:none;background-image:url('/images/fancybox/blank.gif');z-index:1102;display:none;}
|
43
|
+
#fancybox-left{left:0px;}
|
44
|
+
#fancybox-right{right:0px;}
|
45
|
+
#fancybox-left-ico,#fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block;}
|
46
|
+
#fancybox-left-ico{background-image:url('/images/fancybox/fancybox.png');background-position:-40px -30px;}
|
47
|
+
#fancybox-right-ico{background-image:url('/images/fancybox/fancybox.png');background-position:-40px -60px;}
|
48
|
+
#fancybox-left:hover,#fancybox-right:hover{visibility:visible;/* IE6 */}
|
49
|
+
#fancybox-left:hover span{left:20px;}
|
50
|
+
#fancybox-right:hover span{left:auto;right:20px;}
|
51
|
+
.fancy-bg{position:absolute;padding:0;margin:0;border:0;width:20px;height:20px;z-index:1001;}
|
52
|
+
#fancy-bg-n{top:-20px;left:0;width:100%;background-image:url('/images/fancybox/fancybox-x.png');}
|
53
|
+
#fancy-bg-ne{top:-20px;right:-20px;background-image:url('/images/fancybox/fancybox.png');background-position:-40px -162px;}
|
54
|
+
#fancy-bg-e{top:0;right:-20px;height:100%;background-image:url('/images/fancybox/fancybox-y.png');background-position:-20px 0px;}
|
55
|
+
#fancy-bg-se{bottom:-20px;right:-20px;background-image:url('/images/fancybox/fancybox.png');background-position:-40px -182px;}
|
56
|
+
#fancy-bg-s{bottom:-20px;left:0;width:100%;background-image:url('/images/fancybox/fancybox-x.png');background-position:0px -20px;}
|
57
|
+
#fancy-bg-sw{bottom:-20px;left:-20px;background-image:url('/images/fancybox/fancybox.png');background-position:-40px -142px;}
|
58
|
+
#fancy-bg-w{top:0;left:-20px;height:100%;background-image:url('/images/fancybox/fancybox-y.png');}
|
59
|
+
#fancy-bg-nw{top:-20px;left:-20px;background-image:url('/images/fancybox/fancybox.png');background-position:-40px -122px;}
|
60
|
+
/* IE */
|
61
|
+
#fancybox-loading.fancybox-ie div{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png',sizingMethod='scale');}
|
62
|
+
.fancybox-ie #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png',sizingMethod='scale');}
|
63
|
+
.fancybox-ie #fancybox-title-over{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png',sizingMethod='scale');zoom:1;}
|
64
|
+
.fancybox-ie #fancybox-title-left{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png',sizingMethod='scale');}
|
65
|
+
.fancybox-ie #fancybox-title-main{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png',sizingMethod='scale');}
|
66
|
+
.fancybox-ie #fancybox-title-right{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png',sizingMethod='scale');}
|
67
|
+
.fancybox-ie #fancybox-left-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png',sizingMethod='scale');}
|
68
|
+
.fancybox-ie #fancybox-right-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png',sizingMethod='scale');}
|
69
|
+
.fancybox-ie .fancy-bg{background:transparent !important;}
|
70
|
+
.fancybox-ie #fancy-bg-n{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png',sizingMethod='scale');}
|
71
|
+
.fancybox-ie #fancy-bg-ne{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png',sizingMethod='scale');}
|
72
|
+
.fancybox-ie #fancy-bg-e{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png',sizingMethod='scale');}
|
73
|
+
.fancybox-ie #fancy-bg-se{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png',sizingMethod='scale');}
|
74
|
+
.fancybox-ie #fancy-bg-s{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png',sizingMethod='scale');}
|
75
|
+
.fancybox-ie #fancy-bg-sw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png',sizingMethod='scale');}
|
76
|
+
.fancybox-ie #fancy-bg-w{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png',sizingMethod='scale');}
|
77
|
+
.fancybox-ie #fancy-bg-nw{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png',sizingMethod='scale');}
|
@@ -0,0 +1,160 @@
|
|
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%; }/* Accordion
|
38
|
+
----------------------------------*/
|
39
|
+
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
40
|
+
.ui-accordion .ui-accordion-li-fix { display: inline; }
|
41
|
+
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
|
42
|
+
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
|
43
|
+
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
44
|
+
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
|
45
|
+
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
|
46
|
+
----------------------------------*/
|
47
|
+
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
|
48
|
+
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
49
|
+
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
50
|
+
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
51
|
+
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
52
|
+
.ui-datepicker .ui-datepicker-next { right:2px; }
|
53
|
+
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
54
|
+
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
55
|
+
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
56
|
+
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
57
|
+
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
|
58
|
+
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
59
|
+
.ui-datepicker select.ui-datepicker-month,
|
60
|
+
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
61
|
+
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
|
62
|
+
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
63
|
+
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
64
|
+
.ui-datepicker td { border: 0; padding: 1px; }
|
65
|
+
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
66
|
+
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
67
|
+
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
68
|
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
69
|
+
|
70
|
+
/* with multiple calendars */
|
71
|
+
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
72
|
+
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
73
|
+
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
74
|
+
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
75
|
+
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
76
|
+
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
77
|
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
78
|
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
79
|
+
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
80
|
+
.ui-datepicker-row-break { clear:both; width:100%; }
|
81
|
+
|
82
|
+
/* RTL support */
|
83
|
+
.ui-datepicker-rtl { direction: rtl; }
|
84
|
+
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
85
|
+
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
86
|
+
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
87
|
+
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
88
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
89
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
90
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
91
|
+
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
92
|
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
93
|
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
94
|
+
|
95
|
+
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
96
|
+
.ui-datepicker-cover {
|
97
|
+
display: none; /*sorry for IE5*/
|
98
|
+
display/**/: block; /*sorry for IE5*/
|
99
|
+
position: absolute; /*must have*/
|
100
|
+
z-index: -1; /*must have*/
|
101
|
+
filter: mask(); /*must have*/
|
102
|
+
top: -4px; /*must have*/
|
103
|
+
left: -4px; /*must have*/
|
104
|
+
width: 200px; /*must have*/
|
105
|
+
height: 200px; /*must have*/
|
106
|
+
}/* Dialog
|
107
|
+
----------------------------------*/
|
108
|
+
.ui-dialog { position: relative; padding: .2em; width: 300px; }
|
109
|
+
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; }
|
110
|
+
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
|
111
|
+
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
112
|
+
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
113
|
+
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
114
|
+
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
115
|
+
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
116
|
+
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
|
117
|
+
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
118
|
+
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
119
|
+
/* Progressbar
|
120
|
+
----------------------------------*/
|
121
|
+
.ui-progressbar { height:2em; text-align: left; }
|
122
|
+
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
|
123
|
+
----------------------------------*/
|
124
|
+
.ui-resizable { position: relative;}
|
125
|
+
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
|
126
|
+
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
127
|
+
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
|
128
|
+
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
|
129
|
+
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
|
130
|
+
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
|
131
|
+
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
132
|
+
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
133
|
+
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
134
|
+
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
|
135
|
+
----------------------------------*/
|
136
|
+
.ui-slider { position: relative; text-align: left; }
|
137
|
+
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
138
|
+
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
|
139
|
+
|
140
|
+
.ui-slider-horizontal { height: .8em; }
|
141
|
+
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
142
|
+
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
143
|
+
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
144
|
+
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
145
|
+
|
146
|
+
.ui-slider-vertical { width: .8em; height: 100px; }
|
147
|
+
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
148
|
+
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
149
|
+
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
150
|
+
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
|
151
|
+
----------------------------------*/
|
152
|
+
.ui-tabs { padding: .2em; zoom: 1; }
|
153
|
+
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
|
154
|
+
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
|
155
|
+
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
|
156
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
|
157
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
|
158
|
+
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
159
|
+
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
|
160
|
+
.ui-tabs .ui-tabs-hide { display: none !important; }
|
@@ -0,0 +1,160 @@
|
|
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%; }/* Accordion
|
38
|
+
----------------------------------*/
|
39
|
+
.ui-accordion .ui-accordion-header { cursor: pointer; position: relative; margin-top: 1px; zoom: 1; }
|
40
|
+
.ui-accordion .ui-accordion-li-fix { display: inline; }
|
41
|
+
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
|
42
|
+
.ui-accordion .ui-accordion-header a { display: block; font-size: 1em; padding: .5em .5em .5em 2.2em; }
|
43
|
+
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 50%; margin-top: -8px; }
|
44
|
+
.ui-accordion .ui-accordion-content { padding: 1em 2.2em; border-top: 0; margin-top: -2px; position: relative; top: 1px; margin-bottom: 2px; overflow: auto; display: none; }
|
45
|
+
.ui-accordion .ui-accordion-content-active { display: block; }/* Datepicker
|
46
|
+
----------------------------------*/
|
47
|
+
.ui-datepicker { width: 17em; padding: .2em .2em 0; }
|
48
|
+
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
|
49
|
+
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
|
50
|
+
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
|
51
|
+
.ui-datepicker .ui-datepicker-prev { left:2px; }
|
52
|
+
.ui-datepicker .ui-datepicker-next { right:2px; }
|
53
|
+
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
|
54
|
+
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
|
55
|
+
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; }
|
56
|
+
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
|
57
|
+
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
|
58
|
+
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
|
59
|
+
.ui-datepicker select.ui-datepicker-month,
|
60
|
+
.ui-datepicker select.ui-datepicker-year { width: 49%;}
|
61
|
+
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
|
62
|
+
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
|
63
|
+
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0; }
|
64
|
+
.ui-datepicker td { border: 0; padding: 1px; }
|
65
|
+
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
|
66
|
+
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
|
67
|
+
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
|
68
|
+
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
|
69
|
+
|
70
|
+
/* with multiple calendars */
|
71
|
+
.ui-datepicker.ui-datepicker-multi { width:auto; }
|
72
|
+
.ui-datepicker-multi .ui-datepicker-group { float:left; }
|
73
|
+
.ui-datepicker-multi .ui-datepicker-group table { width:95%; margin:0 auto .4em; }
|
74
|
+
.ui-datepicker-multi-2 .ui-datepicker-group { width:50%; }
|
75
|
+
.ui-datepicker-multi-3 .ui-datepicker-group { width:33.3%; }
|
76
|
+
.ui-datepicker-multi-4 .ui-datepicker-group { width:25%; }
|
77
|
+
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
|
78
|
+
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
|
79
|
+
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
|
80
|
+
.ui-datepicker-row-break { clear:both; width:100%; }
|
81
|
+
|
82
|
+
/* RTL support */
|
83
|
+
.ui-datepicker-rtl { direction: rtl; }
|
84
|
+
.ui-datepicker-rtl .ui-datepicker-prev { right: 2px; left: auto; }
|
85
|
+
.ui-datepicker-rtl .ui-datepicker-next { left: 2px; right: auto; }
|
86
|
+
.ui-datepicker-rtl .ui-datepicker-prev:hover { right: 1px; left: auto; }
|
87
|
+
.ui-datepicker-rtl .ui-datepicker-next:hover { left: 1px; right: auto; }
|
88
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane { clear:right; }
|
89
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button { float: left; }
|
90
|
+
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current { float:right; }
|
91
|
+
.ui-datepicker-rtl .ui-datepicker-group { float:right; }
|
92
|
+
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
93
|
+
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header { border-right-width:0; border-left-width:1px; }
|
94
|
+
|
95
|
+
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
|
96
|
+
.ui-datepicker-cover {
|
97
|
+
display: none; /*sorry for IE5*/
|
98
|
+
display/**/: block; /*sorry for IE5*/
|
99
|
+
position: absolute; /*must have*/
|
100
|
+
z-index: -1; /*must have*/
|
101
|
+
filter: mask(); /*must have*/
|
102
|
+
top: -4px; /*must have*/
|
103
|
+
left: -4px; /*must have*/
|
104
|
+
width: 200px; /*must have*/
|
105
|
+
height: 200px; /*must have*/
|
106
|
+
}/* Dialog
|
107
|
+
----------------------------------*/
|
108
|
+
.ui-dialog { position: relative; padding: .2em; width: 300px; }
|
109
|
+
.ui-dialog .ui-dialog-titlebar { padding: .5em .3em .3em 1em; position: relative; }
|
110
|
+
.ui-dialog .ui-dialog-title { float: left; margin: .1em 0 .2em; }
|
111
|
+
.ui-dialog .ui-dialog-titlebar-close { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
|
112
|
+
.ui-dialog .ui-dialog-titlebar-close span { display: block; margin: 1px; }
|
113
|
+
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus { padding: 0; }
|
114
|
+
.ui-dialog .ui-dialog-content { border: 0; padding: .5em 1em; background: none; overflow: auto; zoom: 1; }
|
115
|
+
.ui-dialog .ui-dialog-buttonpane { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
|
116
|
+
.ui-dialog .ui-dialog-buttonpane button { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
|
117
|
+
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
|
118
|
+
.ui-draggable .ui-dialog-titlebar { cursor: move; }
|
119
|
+
/* Progressbar
|
120
|
+
----------------------------------*/
|
121
|
+
.ui-progressbar { height:2em; text-align: left; }
|
122
|
+
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/* Resizable
|
123
|
+
----------------------------------*/
|
124
|
+
.ui-resizable { position: relative;}
|
125
|
+
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
|
126
|
+
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
|
127
|
+
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
|
128
|
+
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
|
129
|
+
.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
|
130
|
+
.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
|
131
|
+
.ui-resizable-se { cursor: se-resize; width: 12px; height: 12px; right: 1px; bottom: 1px; }
|
132
|
+
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
|
133
|
+
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
|
134
|
+
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/* Slider
|
135
|
+
----------------------------------*/
|
136
|
+
.ui-slider { position: relative; text-align: left; }
|
137
|
+
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 1.2em; height: 1.2em; cursor: default; }
|
138
|
+
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; }
|
139
|
+
|
140
|
+
.ui-slider-horizontal { height: .8em; }
|
141
|
+
.ui-slider-horizontal .ui-slider-handle { top: -.3em; margin-left: -.6em; }
|
142
|
+
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
|
143
|
+
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
|
144
|
+
.ui-slider-horizontal .ui-slider-range-max { right: 0; }
|
145
|
+
|
146
|
+
.ui-slider-vertical { width: .8em; height: 100px; }
|
147
|
+
.ui-slider-vertical .ui-slider-handle { left: -.3em; margin-left: 0; margin-bottom: -.6em; }
|
148
|
+
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
|
149
|
+
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
|
150
|
+
.ui-slider-vertical .ui-slider-range-max { top: 0; }/* Tabs
|
151
|
+
----------------------------------*/
|
152
|
+
.ui-tabs { padding: .2em; zoom: 1; }
|
153
|
+
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; padding: .2em .2em 0; }
|
154
|
+
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 .2em -1px 0; padding: 0; }
|
155
|
+
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: .5em 1em; }
|
156
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 1px; border-bottom-width: 0; }
|
157
|
+
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
|
158
|
+
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
|
159
|
+
.ui-tabs .ui-tabs-panel { padding: 1em 1.4em; display: block; border-width: 0; background: none; }
|
160
|
+
.ui-tabs .ui-tabs-hide { display: none !important; }
|