diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-15 17:03:43 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2015-09-15 17:03:46 +0200 |
commit | accebae356eeea4f71cde8fe1300bf9790533465 (patch) | |
tree | 3078bb8f55584e113e5b9602ad4e2f3655180763 /apps/files/css/detailsView.css | |
parent | 8767c2b3bea95cb6020496536c124891be32243e (diff) | |
download | nextcloud-server-accebae356eeea4f71cde8fe1300bf9790533465.tar.gz nextcloud-server-accebae356eeea4f71cde8fe1300bf9790533465.zip |
fix filename display in sidebar, fix #18981
Diffstat (limited to 'apps/files/css/detailsView.css')
-rw-r--r-- | apps/files/css/detailsView.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/css/detailsView.css b/apps/files/css/detailsView.css index 2de4093805b..ea9d48b470c 100644 --- a/apps/files/css/detailsView.css +++ b/apps/files/css/detailsView.css @@ -72,10 +72,13 @@ #app-sidebar .fileName h3 { max-width: 300px; float:left; + 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; |