Merge pull request #11451 from owncloud/reduce-bottom-padding

reduce bottom padding in filelist, fix perceived glitching, fix #11213
This commit is contained in:
Morris Jobke 2014-10-07 14:45:21 +02:00
commit 814bce4cac
1 changed files with 1 additions and 1 deletions

View File

@ -496,7 +496,7 @@ a.action>img {
.summary td {
padding-top: 20px;
padding-bottom: 250px;
padding-bottom: 150px;
border-bottom: none;
}
.summary .info {