double padding to account for Deleted files entry, issue with Firefox

This commit is contained in:
Jan-Christoph Borchardt 2015-03-20 17:49:41 +01:00
parent e5fd6816df
commit fcac7d8c13
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@
width: inherit !important;
background-color: #f5f5f5;
}
/* double padding to account for Deleted files entry, issue with Firefox */
.app-files #app-navigation > ul li:nth-last-child(2) {
margin-bottom: 44px;
}
#filestable tbody tr { background-color:#fff; height:40px; }
#filestable tbody tr:hover,