Fix resize issue for trash button in chrome and overflowing spinner in .update class

fixes #6108
This commit is contained in:
Morris Jobke 2013-11-28 21:36:43 +01:00
parent f723bf744a
commit 587fc1aff3
3 changed files with 5 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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=""