Merge pull request #5184 from owncloud/fix-trash-bin-button

Fix trash bin button
This commit is contained in:
VicDeo 2013-10-07 10:58:47 -07:00
commit 372a73d43a

View file

@ -8,7 +8,7 @@
.actions .button a { color: #555; }
.actions .button a:hover, .actions .button a:active { color: #333; }
#new, #trash {
#new {
z-index: 1010;
float: left;
padding: 0 !important; /* override default control bar button padding */
@ -16,8 +16,10 @@
#trash {
margin-right: 12px;
float: right;
z-index: 1010;
padding: 10px;
}
#new>a, #trash>a {
#new>a {
padding: 14px 10px;
position: relative;
top: 7px;