Skip to content

Commit

Permalink
Reduce the height of dropzone box
Browse files Browse the repository at this point in the history
  • Loading branch information
syncguru committed Aug 30, 2015
1 parent 5fdee6d commit e6b4cff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions bug_report_page.php
Expand Up @@ -602,10 +602,8 @@
<td>
<input type="hidden" name="max_file_size" value="<?php echo $t_max_file_size ?>" />
<div class="dropzone center">
<div class="space-10"></div>
<i class="upload-icon ace-icon fa fa-cloud-upload blue fa-3x"></i><br>
<span class="bigger-150 grey"><?php echo lang_get( 'dropzone_default_message' ) ?></span>
<div class="space-10"></div>
<div id="dropzone-previews-box" class="dropzone-previews dz-max-files-reached"></div>
</div>
<div class="fallback">
Expand Down
2 changes: 0 additions & 2 deletions bugnote_add_inc.php
Expand Up @@ -154,10 +154,8 @@
<td>
<input type="hidden" name="max_file_size" value="<?php echo $t_max_file_size ?>" />
<div class="dropzone center">
<div class="space-10"></div>
<i class="upload-icon ace-icon fa fa-cloud-upload blue fa-3x"></i><br>
<span class="bigger-150 grey"><?php echo lang_get( 'dropzone_default_message' ) ?></span>
<div class="space-10"></div>
<div id="dropzone-previews-box" class="dz dropzone-previews dz-max-files-reached"></div>
</div>
<div class="fallback">
Expand Down

0 comments on commit e6b4cff

Please sign in to comment.