From 3f58359a4112cd815764cc60a7985134d1b38587 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 11 Apr 2016 09:24:31 +0000 Subject: [PATCH] Mobile theme W.I.P.: - Fix filemanager plus_button not working --- filemanager/templates/mobile/app.css | 5 ++++- filemanager/templates/mobile/app.less | 7 ++++++- filemanager/templates/mobile/index.xet | 4 ++-- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/filemanager/templates/mobile/app.css b/filemanager/templates/mobile/app.css index d6d9f151ed..56ceb82f17 100644 --- a/filemanager/templates/mobile/app.css +++ b/filemanager/templates/mobile/app.css @@ -67,7 +67,10 @@ border: none; } .et2_file.plus_button .et2_file_span { - display: none; + width: 50px; + height: 50px; + border: none; + background: none; } .et2_file.plus_button .et2_file_upload { width: 60px; diff --git a/filemanager/templates/mobile/app.less b/filemanager/templates/mobile/app.less index 7313d4ba2a..3cd09b376e 100644 --- a/filemanager/templates/mobile/app.less +++ b/filemanager/templates/mobile/app.less @@ -72,7 +72,12 @@ margin: 0; padding: 0; border: none; - .et2_file_span{display: none;} + .et2_file_span{ + width:50px; + height: 50px; + border: none; + background: none; + } .et2_file_upload { width: 60px; height: 60px; diff --git a/filemanager/templates/mobile/index.xet b/filemanager/templates/mobile/index.xet index 1103c55467..e06b6119f5 100644 --- a/filemanager/templates/mobile/index.xet +++ b/filemanager/templates/mobile/index.xet @@ -46,13 +46,13 @@