Skip to content

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
asika32764 committed Mar 27, 2017
1 parent 430527b commit d66be84
Showing 1 changed file with 31 additions and 34 deletions.
65 changes: 31 additions & 34 deletions plugins/installer/packageinstaller/tmpl/default.php
Expand Up @@ -143,36 +143,33 @@
#dragarea {
width: 100%;
padding: 5% 0;
/*height: 300px;*/
border: 2px dashed #999;
transition: all .2s;
/*display: table-cell;*/
/*vertical-align: middle;*/
}
#dragarea p.lead {
color: #999;
}
#upload-icon {
font-size: 48px;
width: auto;
height: auto;
margin: 0;
line-height: 175%;
color: #999;
transition: all .2s;
}
#dragarea.hover {
border-color: #666;
background-color: #eee;
}
#dragarea.hover #upload-icon,
#dragarea p.lead {
color: #666;
}
#upload-icon {
font-size: 48px;
width: auto;
height: auto;
margin: 0;
line-height: 175%;
color: #999;
transition: all .2s;
}
#dragarea.hover {
border-color: #666;
background-color: #eee;
}
#dragarea.hover #upload-icon,
#dragarea p.lead {
color: #666;
}
CSS
);

Expand All @@ -183,18 +180,18 @@
<div id="uploader-wrapper">
<div id="dragarea" class="">
<div id="dragarea-content" class="text-center">
<p>
<span id="upload-icon" class="icon-upload"></span>
</p>
<p class="lead">
<?php echo JText::_('PLG_INSTALLER_PACKAGEINSTALLER_DRAG_FILE_HERE'); ?>
</p>
<p>
<button id="select-file-button" type="button" class="btn btn-success">
<span class="icon-copy"></span>
<?php echo JText::_('PLG_INSTALLER_PACKAGEINSTALLER_SELECT_FILE'); ?>
</button>
</p>
<p>
<span id="upload-icon" class="icon-upload"></span>
</p>
<p class="lead">
<?php echo JText::_('PLG_INSTALLER_PACKAGEINSTALLER_DRAG_FILE_HERE'); ?>
</p>
<p>
<button id="select-file-button" type="button" class="btn btn-success">
<span class="icon-copy"></span>
<?php echo JText::_('PLG_INSTALLER_PACKAGEINSTALLER_SELECT_FILE'); ?>
</button>
</p>
<p>
<?php echo JText::sprintf('JGLOBAL_MAXIMUM_UPLOAD_SIZE_LIMIT', $maxSize); ?>
</p>
Expand Down

0 comments on commit d66be84

Please sign in to comment.