diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-04-22 23:53:26 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-04-22 23:53:26 +0200 |
commit | 7b7d05eb7439822c423e2fe50cc881d9b7b1083b (patch) | |
tree | aaee69c02925e4c78e101a965915a13c7a67eeed /apps | |
parent | 903d52d45f1b0de3a3346fa837238f2d9cdff57b (diff) | |
parent | b92dd82e412e7e8299371a35d59712aef9aa3f29 (diff) | |
download | nextcloud-server-7b7d05eb7439822c423e2fe50cc881d9b7b1083b.tar.gz nextcloud-server-7b7d05eb7439822c423e2fe50cc881d9b7b1083b.zip |
Merge pull request #15805 from owncloud/fileslist-whitespace
add whitespace to bottom of files list to correctly show dropdowns
Diffstat (limited to 'apps')
-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; |