add whitespace to bottom of files list to correctly show dropdowns, fix #15801

This commit is contained in:
Jan-Christoph Borchardt 2015-04-22 13:58:22 +02:00
parent a971fa8a90
commit b92dd82e41
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;