From b2bae9313d3467f945ef02a3091d8cbf52c1382a Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 6 Jun 2014 10:04:19 +0200 Subject: Fixed viewer mode for sidebar swipe --- core/css/mobile.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'core/css/mobile.css') diff --git a/core/css/mobile.css b/core/css/mobile.css index 4f149796a7e..98033528210 100644 --- a/core/css/mobile.css +++ b/core/css/mobile.css @@ -109,13 +109,20 @@ opacity: 1; } - /* fix controls bar for apps which don't use the standard */ #body-user .app-files #controls, #user-controls { left: 0 !important; padding-left: 44px !important; } +/* .viewer-mode is when text editor, PDF viewer, etc is open */ +#body-user .app-files.viewer-mode #controls { + padding-left: 0 !important; +} +.app-files.viewer-mode #app-navigation-toggle { + display: none !important; +} + table.multiselect thead { left: 0 !important; } -- cgit v1.2.3