Fix trash bin button

This commit is contained in:
Morris Jobke 2013-10-07 18:15:23 +02:00
parent a3d0e29aa5
commit 980fc9cc7e
1 changed files with 4 additions and 2 deletions

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;