Fix files select bar width when app sidebar is visible

This commit is contained in:
Vincent Petry 2015-08-18 11:30:00 +02:00
parent 03965053c3
commit 170259e840
1 changed files with 5 additions and 0 deletions

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