fix box search in firefox

skala
Juan Carlos Raña 14 years ago
parent f3e6461934
commit 34a7efda15
  1. 3
      main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/ajaxfilemanager.php
  2. 1
      main/inc/lib/fckeditor/editor/plugins/ajaxfilemanager/theme/default/css/fckeditor.css

@ -514,9 +514,8 @@ $(document).ready(
<input type="hidden" name="search_mtime_from" id="search_mtime_from" value="<?php //echo (!empty($_GET['search_mtime_from'])?$_GET['search_mtime_from']:''); ?>" />
<input type="hidden" name="search_mtime_to" id="search_mtime_to" value="<?php //echo (!empty($_GET['search_mtime_to'])?$_GET['search_mtime_to']:''); ?>" />
<!--</td></tr>
<tr>
<td> <!-- comment these lines while integrating into Chamilo -->
<td> --><!-- comment these lines while integrating into Chamilo -->
</td><td><!--add a col while integrating -->
<b><?php // echo LBL_SEARCH_RECURSIVELY; ?></b>&nbsp;&nbsp;
<!--change for Chamilo recursively by default -->

@ -105,6 +105,7 @@ overflow-x: hidden;
}
.inputSearchSelect{
visibility:hidden;
max-width:160px;
}
.calendar_trigger{
background:none;

Loading…
Cancel
Save