Merge pull request #15805 from owncloud/fileslist-whitespace

add whitespace to bottom of files list to correctly show dropdowns
This commit is contained in:
Morris Jobke 2015-04-22 23:53:26 +02:00
commit 7b7d05eb74
1 changed files with 4 additions and 3 deletions

View File

@ -602,18 +602,19 @@ a.action>img {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
opacity: .3;
height: 60px;
/* add whitespace to bottom of files list to correctly show dropdowns */
height: 300px;
}
.summary:hover,
.summary:focus,
.summary,
table tr.summary td {
background-color: transparent;
}
.summary td {
border-bottom: none;
vertical-align: top;
padding-top: 20px;
}
.summary .info {
margin-left: 40px;