Files: fix positioning of Trash button and upload progress bar
This commit is contained in:
parent
bb9be6f629
commit
9060c3bd83
|
@ -23,7 +23,7 @@
|
||||||
#new>ul>li>p { cursor:pointer; }
|
#new>ul>li>p { cursor:pointer; }
|
||||||
#new>ul>li>form>input { padding:0.3em; margin:-0.3em; }
|
#new>ul>li>form>input { padding:0.3em; margin:-0.3em; }
|
||||||
|
|
||||||
#trash { height:17px; margin:0 0 0 1em; z-index:1010; position:absolute; right:13.5em; }
|
#trash { height:17px; margin:0.3em 0.3em 0.3em 1em; z-index:1010; float: right; }
|
||||||
|
|
||||||
#upload {
|
#upload {
|
||||||
height:27px; padding:0; margin-left:0.2em; overflow:hidden;
|
height:27px; padding:0; margin-left:0.2em; overflow:hidden;
|
||||||
|
@ -44,7 +44,7 @@
|
||||||
z-index:20; position:relative; cursor:pointer; overflow:hidden;
|
z-index:20; position:relative; cursor:pointer; overflow:hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#uploadprogresswrapper { position:absolute; right:13.5em; top:0em; }
|
#uploadprogresswrapper { float: right; position: relative; }
|
||||||
#uploadprogresswrapper #uploadprogressbar { position:relative; display:inline-block; width:10em; height:1.5em; top:.4em; }
|
#uploadprogresswrapper #uploadprogressbar { position:relative; display:inline-block; width:10em; height:1.5em; top:.4em; }
|
||||||
|
|
||||||
/* FILE TABLE */
|
/* FILE TABLE */
|
||||||
|
|
|
@ -35,6 +35,7 @@
|
||||||
<a href="#" class="svg" onclick="return false;"></a>
|
<a href="#" class="svg" onclick="return false;"></a>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<?php if ($_['trash'] ): ?>
|
<?php if ($_['trash'] ): ?>
|
||||||
<div id="trash" class="button">
|
<div id="trash" class="button">
|
||||||
<a><?php echo $l->t('Trash');?></a>
|
<a><?php echo $l->t('Trash');?></a>
|
||||||
|
@ -47,7 +48,6 @@
|
||||||
onclick="javascript:Files.cancelUploads();"
|
onclick="javascript:Files.cancelUploads();"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
<div id="file_action_panel"></div>
|
<div id="file_action_panel"></div>
|
||||||
<?php else:?>
|
<?php else:?>
|
||||||
<input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir">
|
<input type="hidden" name="dir" value="<?php echo $_['dir'] ?>" id="dir">
|
||||||
|
|
Loading…
Reference in New Issue