mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Files Manager Improvements - Drop Files section added #94
This commit is contained in:
@@ -371,6 +371,15 @@ td, th {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.drop-file-here {
|
||||||
|
padding: 5px 40px;
|
||||||
|
background: #ccc;
|
||||||
|
margin-left: 4px;
|
||||||
|
background: #f7f7f7;
|
||||||
|
border: 3px dashed #D5D5D5;
|
||||||
|
color: #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
3. MEDIA QUERIES
|
3. MEDIA QUERIES
|
||||||
*************************************/
|
*************************************/
|
||||||
|
@@ -10,7 +10,7 @@
|
|||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="fileupload fileupload-new" data-provides="fileupload">
|
<div class="fileupload fileupload-new pull-left" data-provides="fileupload">
|
||||||
<button class="btn btn-default btn-file"><span class="fileupload-new"><?php echo __('Select file', 'filesmanager'); ?></span><span class="fileupload-exists"><?php echo __('Change', 'filesmanager'); ?></span><input type="file" name="file" /></button>
|
<button class="btn btn-default btn-file"><span class="fileupload-new"><?php echo __('Select file', 'filesmanager'); ?></span><span class="fileupload-exists"><?php echo __('Change', 'filesmanager'); ?></span><input type="file" name="file" /></button>
|
||||||
<?php
|
<?php
|
||||||
echo (
|
echo (
|
||||||
@@ -20,7 +20,9 @@
|
|||||||
?>
|
?>
|
||||||
<span class="fileupload-preview"></span>
|
<span class="fileupload-preview"></span>
|
||||||
<a href="#" class="close fileupload-exists" data-dismiss="fileupload">×</a>
|
<a href="#" class="close fileupload-exists" data-dismiss="fileupload">×</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
<div class="drop-file-here pull-left"><?php echo __('Drop File Here', 'filesmanager'); ?></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-6">
|
<div class="col-md-6">
|
||||||
<div class="pull-right">
|
<div class="pull-right">
|
||||||
|
Reference in New Issue
Block a user