diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-22 14:13:56 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-22 14:13:56 +0200 |
commit | f6aeb023cfa989c85691733ac3d59ec2e51b9782 (patch) | |
tree | 5c12bee167635270b76f2df6b68310d02573a9ea /apps/files/css | |
parent | 67231ed9a75eafe5b417e4525e3d80b1a3f8826b (diff) | |
download | nextcloud-server-f6aeb023cfa989c85691733ac3d59ec2e51b9782.tar.gz nextcloud-server-f6aeb023cfa989c85691733ac3d59ec2e51b9782.zip |
remove float from file/folder name in sidebar, fix #19243
Diffstat (limited to 'apps/files/css')
-rw-r--r-- | apps/files/css/detailsView.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css index ea9d48b470c..8acf884f219 100644 --- a/apps/files/css/detailsView.css +++ b/apps/files/css/detailsView.css @@ -71,17 +71,14 @@ #app-sidebar .fileName h3 { max-width: 300px; - float:left; + display: inline-block; padding: 5px 0; margin: -5px 0; } #app-sidebar .file-details { - margin-top: 3px; - margin-bottom: 15px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; opacity: .5; - float:left; } #app-sidebar .action-favorite { vertical-align: text-bottom; |