diff --git a/filemanager/templates/mobile/app.css b/filemanager/templates/mobile/app.css index 435796b724..d353210a36 100644 --- a/filemanager/templates/mobile/app.css +++ b/filemanager/templates/mobile/app.css @@ -67,15 +67,16 @@ } #filemanager-index_nm .nextmatch_header .filemanager_navigation { height: auto; + width: 100%; } - #filemanager-index_nm .nextmatch_header .filemanager_navigation #filemanager-index_path { + #filemanager-index_nm .nextmatch_header .filemanager_navigation #filemanager-index_nm_path { height: 50px; width: calc(100% - 90px); display: inline-block; border: none; background: white; } - #filemanager-index_nm .nextmatch_header .filemanager_navigation #filemanager-index_path:focus { + #filemanager-index_nm .nextmatch_header .filemanager_navigation #filemanager-index_nm_path:focus { outline: none; } #filemanager-index_nm .nextmatch_header .filemanager_navigation #filemanager-index_up { diff --git a/filemanager/templates/mobile/app.less b/filemanager/templates/mobile/app.less index 3ffe256d35..e38bb9c644 100644 --- a/filemanager/templates/mobile/app.less +++ b/filemanager/templates/mobile/app.less @@ -65,7 +65,8 @@ .nextmatch_header_row {padding-bottom:0px;} .filemanager_navigation { height: auto; - #filemanager-index_path { + width: 100%; + #filemanager-index_nm_path { height:50px; width:~"calc(100% - 90px)"; display: inline-block; @@ -73,7 +74,12 @@ &:focus {outline: none;} background: white; } - #filemanager-index_up {width:24px;height: 100%;margin-left:22px;margin-right:22px;} + #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 { diff --git a/filemanager/templates/mobile/index.xet b/filemanager/templates/mobile/index.xet index 763d7a9eee..0269637437 100644 --- a/filemanager/templates/mobile/index.xet +++ b/filemanager/templates/mobile/index.xet @@ -18,12 +18,12 @@ - + - + @@ -46,10 +46,10 @@