Project

General

Profile

« Previous | Next » 

Revision 1468

Added by Dietmar almost 13 years ago

update jquery-min to version 1.6.2
update jquery-ui-min to version 1.8.14
fix index error in media upload (Tks to DBS)
add missing nopreview.jpg
update media browser not to show forbidden files
remove unused jquery archiv folder

View differences:

jquery-ui.css
1 1
/*
2
 * jQuery UI CSS Framework 1.8.10
2
 * jQuery UI CSS Framework 1.8.14
3 3
 *
4 4
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
5 5
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
40 40
/* Overlays */
41 41
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
42 42
/*
43
 * jQuery UI Accordion 1.8.10
43
 * jQuery UI Accordion 1.8.14
44 44
 *
45 45
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
46 46
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
59 59
.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; zoom: 1; }
60 60
.ui-accordion .ui-accordion-content-active { display: block; }
61 61
/*
62
 * jQuery UI Autocomplete 1.8.10
62
 * jQuery UI Autocomplete 1.8.14
63 63
 *
64 64
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
65 65
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
73 73
* html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
74 74

  
75 75
/*
76
 * jQuery UI Menu 1.8.10
76
 * jQuery UI Menu 1.8.14
77 77
 *
78 78
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
79 79
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
112 112
	margin: -1px;
113 113
}
114 114
/*
115
 * jQuery UI Button 1.8.10
115
 * jQuery UI Button 1.8.14
116 116
 *
117 117
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
118 118
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
150 150
/* workarounds */
151 151
button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
152 152
/*
153
 * jQuery UI Datepicker 1.8.10
153
 * jQuery UI Datepicker 1.8.14
154 154
 *
155 155
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
156 156
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
190 190
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header { border-left-width:0; }
191 191
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header { border-left-width:0; }
192 192
.ui-datepicker-multi .ui-datepicker-buttonpane { clear:left; }
193
.ui-datepicker-row-break { clear:both; width:100%; }
193
.ui-datepicker-row-break { clear:both; width:100%; font-size:0em; }
194 194

  
195 195
/* RTL support */
196 196
.ui-datepicker-rtl { direction: rtl; }
......
217 217
    width: 200px; /*must have*/
218 218
    height: 200px; /*must have*/
219 219
}/*
220
 * jQuery UI Dialog 1.8.10
220
 * jQuery UI Dialog 1.8.14
221 221
 *
222 222
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
223 223
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
238 238
.ui-dialog .ui-resizable-se { width: 14px; height: 14px; right: 3px; bottom: 3px; }
239 239
.ui-draggable .ui-dialog-titlebar { cursor: move; }
240 240
/*
241
 * jQuery UI Progressbar 1.8.10
241
 * jQuery UI Progressbar 1.8.14
242 242
 *
243 243
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
244 244
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
248 248
 */
249 249
.ui-progressbar { height:2em; text-align: left; }
250 250
.ui-progressbar .ui-progressbar-value {margin: -1px; height:100%; }/*
251
 * jQuery UI Resizable 1.8.10
251
 * jQuery UI Resizable 1.8.14
252 252
 *
253 253
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
254 254
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
257 257
 * http://docs.jquery.com/UI/Resizable#theming
258 258
 */
259 259
.ui-resizable { position: relative;}
260
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
260
.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block; }
261 261
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
262 262
.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0; }
263 263
.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0; }
......
267 267
.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
268 268
.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
269 269
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;}/*
270
 * jQuery UI Selectable 1.8.10
270
 * jQuery UI Selectable 1.8.14
271 271
 *
272 272
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
273 273
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
277 277
 */
278 278
.ui-selectable-helper { position: absolute; z-index: 100; border:1px dotted black; }
279 279
/*
280
 * jQuery UI Slider 1.8.10
280
 * jQuery UI Slider 1.8.14
281 281
 *
282 282
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
283 283
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
300 300
.ui-slider-vertical .ui-slider-range { left: 0; width: 100%; }
301 301
.ui-slider-vertical .ui-slider-range-min { bottom: 0; }
302 302
.ui-slider-vertical .ui-slider-range-max { top: 0; }/*
303
 * jQuery UI Tabs 1.8.10
303
 * jQuery UI Tabs 1.8.14
304 304
 *
305 305
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
306 306
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
318 318
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
319 319
.ui-tabs .ui-tabs-hide { display: none !important; }
320 320
/*
321
 * jQuery UI CSS Framework 1.8.10
321
 * jQuery UI CSS Framework 1.8.14
322 322
 *
323 323
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
324 324
 * Dual licensed under the MIT or GPL Version 2 licenses.
......
556 556
----------------------------------*/
557 557

  
558 558
/* Corner radius */
559
.ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
560
.ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
561
.ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
562
.ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
563
.ui-corner-top { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
564
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
565
.ui-corner-right {  -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
566
.ui-corner-left { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
567
.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }
559
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl { -moz-border-radius-topleft: 4px/*{cornerRadius}*/; -webkit-border-top-left-radius: 4px/*{cornerRadius}*/; -khtml-border-top-left-radius: 4px/*{cornerRadius}*/; border-top-left-radius: 4px/*{cornerRadius}*/; }
560
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr { -moz-border-radius-topright: 4px/*{cornerRadius}*/; -webkit-border-top-right-radius: 4px/*{cornerRadius}*/; -khtml-border-top-right-radius: 4px/*{cornerRadius}*/; border-top-right-radius: 4px/*{cornerRadius}*/; }
561
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl { -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/; -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/; border-bottom-left-radius: 4px/*{cornerRadius}*/; }
562
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br { -moz-border-radius-bottomright: 4px/*{cornerRadius}*/; -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/; -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/; border-bottom-right-radius: 4px/*{cornerRadius}*/; }
568 563

  
569 564
/* Overlays */
570 565
.ui-widget-overlay { background: #aaaaaa/*{bgColorOverlay}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ 50%/*{bgOverlayXPos}*/ 50%/*{bgOverlayYPos}*/ repeat-x/*{bgOverlayRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityOverlay}*/; }
571
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }
566
.ui-widget-shadow { margin: -8px/*{offsetTopShadow}*/ 0 0 -8px/*{offsetLeftShadow}*/; padding: 8px/*{thicknessShadow}*/; background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/; opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/; -moz-border-radius: 8px/*{cornerRadiusShadow}*/; -khtml-border-radius: 8px/*{cornerRadiusShadow}*/; -webkit-border-radius: 8px/*{cornerRadiusShadow}*/; border-radius: 8px/*{cornerRadiusShadow}*/; }

Also available in: Unified diff