|
1 | 1 | /*
|
2 |
| - * jQuery UI CSS Framework 1.8.16 |
| 2 | + * jQuery UI CSS Framework 1.8.18 |
3 | 3 | *
|
4 | 4 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
5 | 5 | * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
13 | 13 | .ui-helper-hidden { display: none; }
|
14 | 14 | .ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
|
15 | 15 | .ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
|
16 |
| -.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } |
17 |
| -.ui-helper-clearfix { display: inline-block; } |
18 |
| -/* required comment for clearfix to work in Opera \*/ |
19 |
| -* html .ui-helper-clearfix { height:1%; } |
20 |
| -.ui-helper-clearfix { display:block; } |
21 |
| -/* end clearfix */ |
| 16 | +.ui-helper-clearfix:before, .ui-helper-clearfix:after { content: ""; display: table; } |
| 17 | +.ui-helper-clearfix:after { clear: both; } |
| 18 | +.ui-helper-clearfix { zoom: 1; } |
22 | 19 | .ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
|
23 | 20 |
|
24 | 21 |
|
|
42 | 39 |
|
43 | 40 |
|
44 | 41 | /*
|
45 |
| - * jQuery UI CSS Framework 1.8.16 |
| 42 | + * jQuery UI CSS Framework 1.8.18 |
46 | 43 | *
|
47 | 44 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
48 | 45 | * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
288 | 285 | /* Overlays */
|
289 | 286 | .ui-widget-overlay { background: #5c5c5c url(images/ui-bg_flat_50_5c5c5c_40x100.png) 50% 50% repeat-x; opacity: .80;filter:Alpha(Opacity=80); }
|
290 | 287 | .ui-widget-shadow { margin: -7px 0 0 -7px; padding: 7px; background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x; opacity: .60;filter:Alpha(Opacity=60); -moz-border-radius: 8px; -khtml-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }/*
|
291 |
| - * jQuery UI Button 1.8.16 |
| 288 | + * jQuery UI Button 1.8.18 |
292 | 289 | *
|
293 | 290 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
294 | 291 | * Dual licensed under the MIT or GPL Version 2 licenses.
|
295 | 292 | * http://jquery.org/license
|
296 | 293 | *
|
297 | 294 | * http://docs.jquery.com/UI/Button#theming
|
298 | 295 | */
|
299 |
| -.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */ |
| 296 | +.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } /* the overflow property removes extra width in IE */ |
300 | 297 | .ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
|
301 | 298 | button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
|
302 | 299 | .ui-button-icons-only { width: 3.4em; }
|
@@ -326,7 +323,7 @@ input.ui-button { padding: .4em 1em; }
|
326 | 323 | /* workarounds */
|
327 | 324 | button.ui-button::-moz-focus-inner { border: 0; padding: 0; } /* reset extra padding in Firefox */
|
328 | 325 | /*
|
329 |
| - * jQuery UI Slider 1.8.16 |
| 326 | + * jQuery UI Slider 1.8.18 |
330 | 327 | *
|
331 | 328 | * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
|
332 | 329 | * Dual licensed under the MIT or GPL Version 2 licenses.
|
|
0 commit comments