Skip to content
Snippets Groups Projects
Commit 0ce1f34f authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

Merge pull request #8897 from owncloud/fix-multiselect

fix files multiselect bar now that the app list is gone
parents 3dbfd1fe dca5a03f
No related branches found
No related tags found
No related merge requests found
...@@ -225,7 +225,7 @@ table.multiselect thead { ...@@ -225,7 +225,7 @@ table.multiselect thead {
z-index: 10; z-index: 10;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
left: 310px; /* main nav bar + sidebar */ left: 230px; /* sidebar */
} }
table.multiselect thead th { table.multiselect thead th {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment