fix left padding of controls bar for apps without navigation

This commit is contained in:
Jan-Christoph Borchardt 2014-06-06 12:28:28 +02:00
parent b5b4350ada
commit ecdfea241f
1 changed files with 6 additions and 1 deletions

View File

@ -109,9 +109,14 @@
#controls {
min-width: initial !important;
left: 0 !important;
padding-left: 44px !important;
padding-left: 0;
padding-right: 0 !important;
}
/* position controls for apps with app-navigation */
#app-navigation+#app-content #controls {
padding-left: 44px;
}
/* .viewer-mode is when text editor, PDF viewer, etc is open */
#body-user .app-files.viewer-mode #controls {
padding-left: 0 !important;