Skip to content
Snippets Groups Projects
Commit 0c2447e4 authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #9102 from owncloud/viewermode-controls

Fixed controls bar in viewer mode
parents 93edacb3 1236eb2a
No related branches found
No related tags found
No related merge requests found
...@@ -263,6 +263,10 @@ input[type="submit"].enabled { ...@@ -263,6 +263,10 @@ input[type="submit"].enabled {
left: 250px; left: 250px;
padding-right: 250px; padding-right: 250px;
} }
.viewer-mode #app-navigation+#app-content #controls {
left: 0;
padding-right: 0;
}
#controls .button, #controls .button,
#controls button, #controls button,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment