Merge pull request #9102 from owncloud/viewermode-controls

Fixed controls bar in viewer mode
This commit is contained in:
Morris Jobke 2014-06-20 22:37:26 +02:00
commit 0c2447e487
1 changed files with 4 additions and 0 deletions

View File

@ -263,6 +263,10 @@ input[type="submit"].enabled {
left: 250px;
padding-right: 250px;
}
.viewer-mode #app-navigation+#app-content #controls {
left: 0;
padding-right: 0;
}
#controls .button,
#controls button,