From: Jan-Christoph Borchardt Date: Wed, 22 Apr 2015 11:58:22 +0000 (+0200) Subject: add whitespace to bottom of files list to correctly show dropdowns, fix #15801 X-Git-Tag: v8.1.0alpha2~1^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b92dd82e412e7e8299371a35d59712aef9aa3f29;p=nextcloud-server.git add whitespace to bottom of files list to correctly show dropdowns, fix #15801 --- diff --git a/apps/files/css/files.css b/apps/files/css/files.css index bce85b7f5e7..9e55e428057 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -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;