]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix trash bin button
authorMorris Jobke <morris.jobke@gmail.com>
Mon, 7 Oct 2013 16:15:23 +0000 (18:15 +0200)
committerMorris Jobke <morris.jobke@gmail.com>
Mon, 7 Oct 2013 16:15:23 +0000 (18:15 +0200)
apps/files/css/files.css

index e26c1a89b789ebb2a8c318e3b7d98bd418592c9e..cbf34279f546d481231c33c3843e87cb57bd23c8 100644 (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 */
 #trash {
        margin-right: 12px;
        float: right;
+       z-index: 1010;
+       padding: 10px;
 }
-#new>a, #trash>a {
+#new>a {
        padding: 14px 10px;
        position: relative;
        top: 7px;