Changeset 29250 for _plugins_/spip-bonux-2
- Timestamp:
- 18.06.2009 20:20:00 (8 months ago)
- Location:
- _plugins_/spip-bonux-2/formulaires/dateur
- Files:
-
- 3 modified
-
datePicker.css (modified) (1 diff)
-
jquery.timePicker.js (modified) (1 diff)
-
timePicker.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip-bonux-2/formulaires/dateur/datePicker.css
r26287 r29250 16 16 17 17 div.dp-popup { position: relative; background: #e0e5ea; border: 1px solid #85909a; font-size: 10px; font-family: arial, sans-serif; padding: 2px; line-height: 1.2em; } 18 div#dp-popup { position: absolute; z-index: 1 99; }18 div#dp-popup { position: absolute; z-index: 1199; } 19 19 div.dp-popup h2 { font-size: 12px; text-align: center; margin: 2px 0; padding: 0; color: #555; } 20 20 a#dp-close { font-size: 11px; padding: 4px 0; text-align: center; display: block; } -
_plugins_/spip-bonux-2/formulaires/dateur/jquery.timePicker.js
r26287 r29250 71 71 // Store ananymous function in variable since it's used twice. 72 72 var showPicker = function() { 73 $tpDiv.show(); // Show picker. 73 var elmOffset = $(elm).offset(); 74 $tpDiv.css({'top':elmOffset.top, 'left':elmOffset.left}).show(); // Show picker. 74 75 $tpDiv.mouseover(function() { // Have to use mouseover instead of mousedown because of Opera 75 76 tpOver = true; -
_plugins_/spip-bonux-2/formulaires/dateur/timePicker.css
r26287 r29250 6 6 background: #fff; 7 7 border: 1px solid #000; 8 z-index: 99;8 z-index: 1099; 9 9 } 10 10 div.time-picker-12hours {
