Merge pull request #6111 from owncloud/non-floating-trash-button-chrome
Fix resize issue for trash button in chrome and overflowing spinner in ....
This commit is contained in:
commit
0b698e6901
|
@ -14,7 +14,7 @@
|
|||
padding: 0 !important; /* override default control bar button padding */
|
||||
}
|
||||
#trash {
|
||||
margin-right: 12px;
|
||||
margin-right: 8px;
|
||||
float: right;
|
||||
z-index: 1010;
|
||||
padding: 10px;
|
||||
|
|
|
@ -201,9 +201,9 @@ input[type="submit"].enabled {
|
|||
-webkit-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
position: fixed;
|
||||
right: 0;
|
||||
left: 80px;
|
||||
height: 44px;
|
||||
width: 100%;
|
||||
padding-right: 75px;
|
||||
margin: 0;
|
||||
background: #eee;
|
||||
border-bottom: 1px solid #e7e7e7;
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
<p id="message" class="hidden">
|
||||
<img class="float-spinner" src="<?php p(\OCP\Util::imagePath('core', 'loading-dark.gif'));?>"/>
|
||||
<span id="messageText"></span>
|
||||
<!-- the following div ensures that the spinner is always inside the #message div -->
|
||||
<div style="clear: both;"></div>
|
||||
</p>
|
||||
<p class="infield grouptop">
|
||||
<input type="text" name="user" id="user" placeholder=""
|
||||
|
|
Loading…
Reference in New Issue