Changeset 74966 in spip-zone
- Timestamp:
- Aug 26, 2013, 12:08:38 PM (8 years ago)
- Location:
- _plugins_/bootstrap_jqueryui/trunk
- Files:
-
- 4 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/bootstrap_jqueryui/trunk/bootstrap_jqueryui_pipelines.php
r74412 r74966 3 3 if (!defined("_ECRIRE_INC_VERSION")) return; 4 4 5 if(function_exists('jqueryui_insert_head_css_dist')){ 6 function jqueryui_insert_head_css($flux) { 7 return $flux; 8 } 9 } 5 if(!defined('_JQUERYUI_CSS_NON')) 6 define('_JQUERYUI_CSS_NON','oui'); 10 7 /** 11 8 * Ajout des css de jQuery UI pour les pages publiques -
_plugins_/bootstrap_jqueryui/trunk/css/bootjquery.ui.datepicker.less
r74834 r74966 30 30 .ui-datepicker-next { 31 31 position:absolute; 32 top: 2px;32 top: 6px; 33 33 width: 1.8em; 34 34 height: 1.8em; -
_plugins_/bootstrap_jqueryui/trunk/paquet.xml
r74834 r74966 2 2 prefix="bootstrap_jqueryui" 3 3 categorie="outil" 4 version="0.5. 1"4 version="0.5.2" 5 5 etat="test" 6 6 compatibilite="[3.0.2;3.0.*]"
Note: See TracChangeset
for help on using the changeset viewer.