diff --git a/filemanager/templates/mobile/app.css b/filemanager/templates/mobile/app.css
index 033b0f2dc1..78de5eeb68 100644
--- a/filemanager/templates/mobile/app.css
+++ b/filemanager/templates/mobile/app.css
@@ -442,6 +442,9 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
height: 24px;
padding-left: 15px;
}
+ #filemanager-index_nm #filemanager-index_filemanager-index-header_right {
+ width: 100%;
+ }
#filemanager-index_nm #filemanager-index_tarp {
display: none !important;
}
@@ -481,6 +484,27 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
margin-top: 0px;
border-bottom: 1px solid silver;
}
+ #filemanager-index_nm .nextmatch_header #filemanager-index_new_wrapper {
+ float: none;
+ width: 100%;
+ margin: 0;
+ padding-top: 5px;
+ }
+ #filemanager-index_nm .nextmatch_header #filemanager-index_new_wrapper .et2_dropdown {
+ float: none;
+ width: 100%;
+ }
+ #filemanager-index_nm .nextmatch_header #filemanager-index_new_wrapper .et2_dropdown button {
+ width: 50px;
+ margin: 0;
+ border-radius: 0;
+ }
+ #filemanager-index_nm .nextmatch_header #filemanager-index_new_wrapper .et2_dropdown button div {
+ float: none;
+ }
+ #filemanager-index_nm .nextmatch_header #filemanager-index_new_wrapper .et2_dropdown #filemanager-index_new {
+ width: calc(100% - 50px);
+ }
#filemanager-index_nm select#filemanager-index_filter {
width: 100%;
}
diff --git a/filemanager/templates/mobile/app.less b/filemanager/templates/mobile/app.less
index b15ef91d2f..9982a0ea79 100644
--- a/filemanager/templates/mobile/app.less
+++ b/filemanager/templates/mobile/app.less
@@ -54,7 +54,7 @@
}
height: auto;
}
-
+ #filemanager-index_filemanager-index-header_right {width:100%;}
#filemanager-index_tarp {display: none !important;}
#filemanager-index_filemanager-index-header_left {height:auto;}
.nextmatch_header.nm_header_hide {
@@ -76,6 +76,24 @@
#filemanager-index_up {width:24px;height: 100%;margin-left:22px;margin-right:22px;}
}
div.filtersContainer {margin-top:0px;border-bottom: 1px solid silver;}
+ #filemanager-index_new_wrapper {
+ float: none;
+ width: 100%;
+ margin:0;
+ padding-top: 5px;
+ .et2_dropdown {
+ float: none;
+ width: 100%;
+ button {
+ width:50px;
+ margin: 0;
+ border-radius: 0;
+ div {float:none;}
+ }
+ #filemanager-index_new {width:~"calc(100% - 50px)"}
+ }
+ }
+
}
select#filemanager-index_filter {width:100%;}
.nextmatch_header_row div.header_row_right {height:auto;position: relative !important;}
diff --git a/filemanager/templates/mobile/index.xet b/filemanager/templates/mobile/index.xet
index 9c4cd911ed..490a7aac37 100644
--- a/filemanager/templates/mobile/index.xet
+++ b/filemanager/templates/mobile/index.xet
@@ -42,6 +42,7 @@
+