Changeset 1537 in ExiteCMS


Ignore:
Timestamp:
07/08/08 22:58:16 (4 years ago)
Author:
hverton
Message:

fixed file selection field overlapping the upload button

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/jscripts/tiny_mce-3.1.0.1/plugins/ibrowser/ibrowser.php

    r1525 r1537  
    12641264                            for($i=1; $i <= $max; $i++) {; ?> 
    12651265                      <label for="nfile"> <span class="pad10"> <?php echo $l->m('in_018'); if ($max > 1){ echo ' (' . $i . ')';} ?> </span> </label> 
    1266                       <input name="nfile[]" type="file" class="fldlg" id="nfile[]" size="53" accept="image/*" /> 
     1266                      <input name="nfile[]" type="file" class="fldlg" id="nfile[]" size="45" accept="image/*" /> 
    12671267                      <?php }; ?> 
    12681268                    </div> 
Note: See TracChangeset for help on using the changeset viewer.