diff options
author | Robin McCorkell <rmccorkell@owncloud.com> | 2015-08-20 12:35:33 +0100 |
---|---|---|
committer | Robin McCorkell <rmccorkell@owncloud.com> | 2015-08-20 12:35:33 +0100 |
commit | 67893ca83998753e4c40114846c7169e3e534d74 (patch) | |
tree | ac64bccc2ac0e707ed0637bff66864896a96c928 /apps/files | |
parent | d725de505e4bb5cd3962985498b62ca321914d49 (diff) | |
parent | 170259e840b6a9457e9711487fc6cfb6beb35d45 (diff) | |
download | nextcloud-server-67893ca83998753e4c40114846c7169e3e534d74.tar.gz nextcloud-server-67893ca83998753e4c40114846c7169e3e534d74.zip |
Merge pull request #18380 from owncloud/files-sidebar-selectbar
Fix files select bar width when app sidebar is visible
Diffstat (limited to 'apps/files')
-rw-r--r-- | apps/files/css/files.css | 5 |
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 */ |