Fixed controls bar in viewer mode

This commit is contained in:
Vincent Petry 2014-06-18 20:10:28 +02:00
parent a921ad8925
commit 1236eb2afa
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,