Skip to content
Snippets Groups Projects
Commit 980fc9cc authored by Morris Jobke's avatar Morris Jobke
Browse files

Fix trash bin button

parent a3d0e29a
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment