Merge pull request #18380 from owncloud/files-sidebar-selectbar

Fix files select bar width when app sidebar is visible
This commit is contained in:
Robin McCorkell 2015-08-20 12:35:33 +01:00
commit 67893ca839

View file

@ -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 */