]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fixed controls bar in viewer mode
authorVincent Petry <pvince81@owncloud.com>
Wed, 18 Jun 2014 18:10:28 +0000 (20:10 +0200)
committerVincent Petry <pvince81@owncloud.com>
Wed, 18 Jun 2014 18:10:28 +0000 (20:10 +0200)
core/css/styles.css

index d407fd7629b4a3a9d1efb178f6c21d434df4b74c..75791378ad852482be80182b56f7c347883ad36c 100644 (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,