adjust controls bar position for removed nav bar

This commit is contained in:
Jan-Christoph Borchardt 2014-05-16 16:03:35 +02:00
parent 35308f5b09
commit e2e05c4798
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@
* to be more flexible / relative
*/
#body-user .app-files #controls {
left: 310px; /* main nav bar + sidebar */
left: 230px; /* sidebar width */
position: fixed;
padding-left: 0px;
}