summaryrefslogtreecommitdiffstats
path: root/apps/files/css
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2015-08-18 11:30:00 +0200
committerVincent Petry <pvince81@owncloud.com>2015-08-18 11:30:00 +0200
commit170259e840b6a9457e9711487fc6cfb6beb35d45 (patch)
tree2878da29a0633ff056ab5a7b634ddc6035356d5b /apps/files/css
parent03965053c34bc0fe673ea0da82ac83ff68ce3fa3 (diff)
downloadnextcloud-server-170259e840b6a9457e9711487fc6cfb6beb35d45.tar.gz
nextcloud-server-170259e840b6a9457e9711487fc6cfb6beb35d45.zip
Fix files select bar width when app sidebar is visible
Diffstat (limited to 'apps/files/css')
-rw-r--r--apps/files/css/files.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files/css/files.css b/apps/files/css/files.css
index 26ba86b28c8..d66eece94d9 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 */