diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-22 13:58:22 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-04-22 13:58:53 +0200 |
commit | b92dd82e412e7e8299371a35d59712aef9aa3f29 (patch) | |
tree | 936282963beb9cda8d01b099058600244d7c7cde /apps/files | |
parent | a971fa8a9057e5c917c6d5634fafd530a6221c07 (diff) | |
download | nextcloud-server-b92dd82e412e7e8299371a35d59712aef9aa3f29.tar.gz nextcloud-server-b92dd82e412e7e8299371a35d59712aef9aa3f29.zip |
add whitespace to bottom of files list to correctly show dropdowns, fix #15801
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 7 |
1 files changed, 4 insertions, 3 deletions
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; |