From 0314f87eee16d1ad5e3fc04717dbc0b0d8c29a9e Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 30 Mar 2020 11:44:18 +0200 Subject: [PATCH] Show file upload progress in mobile theme --- filemanager/templates/mobile/app.css | 5 ++++- filemanager/templates/mobile/app.less | 7 ++++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/filemanager/templates/mobile/app.css b/filemanager/templates/mobile/app.css index a434e9a8a9..4949df05f4 100644 --- a/filemanager/templates/mobile/app.css +++ b/filemanager/templates/mobile/app.css @@ -522,7 +522,10 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active { top: 0; } .et2_file.plus_button div.progress { - display: none !important; + position: fixed; + left: 0; + top: 0px; + width: 93%; } .previewImage img { max-width: 100%; diff --git a/filemanager/templates/mobile/app.less b/filemanager/templates/mobile/app.less index 9982a0ea79..30cadd7077 100644 --- a/filemanager/templates/mobile/app.less +++ b/filemanager/templates/mobile/app.less @@ -127,7 +127,12 @@ height: 60px; top: 0; } - div.progress {display: none !important;} + div.progress { + position: fixed; + left: 0; + top: 0px; + width: 93%; + } } .previewImage img {max-width: 100%;} div#filemanager-file_tabs td.eaclAccount,td.eaclRights {display: block;}