From 170259e840b6a9457e9711487fc6cfb6beb35d45 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 18 Aug 2015 11:30:00 +0200 Subject: [PATCH] Fix files select bar width when app sidebar is visible --- apps/files/css/files.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/files/css/files.css b/apps/files/css/files.css index 26ba86b28c..d66eece94d 100644 --- a/apps/files/css/files.css +++ b/apps/files/css/files.css @@ -275,6 +275,11 @@ table.multiselect thead th { font-weight: bold; border-bottom: 0; } + +#app-content.with-app-sidebar table.multiselect thead{ + margin-right: 27%; +} + table.multiselect #headerName { position: relative; width: 9999px; /* when we use 100%, the styling breaks on mobile … table styling */