diff --git a/filemanager/templates/default/app.css b/filemanager/templates/default/app.css index 690e8e2ada..f00a6a46d6 100644 --- a/filemanager/templates/default/app.css +++ b/filemanager/templates/default/app.css @@ -56,9 +56,12 @@ div.filemanager_navigation > label > input { width: 130px; margin-top: 2px; } -#filemanager-index-buttons div.et2_file .progress { - position: absolute; - right: 0px; +#filemanager-index_buttons div.et2_file .progress { + width:auto; + margin:0; + overflow: hidden; + text-overflow: ellipsis; + max-height: none; } /** diff --git a/filemanager/templates/pixelegg/app.css b/filemanager/templates/pixelegg/app.css index e11f10c39e..6de3df5e4f 100755 --- a/filemanager/templates/pixelegg/app.css +++ b/filemanager/templates/pixelegg/app.css @@ -87,9 +87,12 @@ div.filemanager_navigation > label > input { width: 130px; margin-top: 2px; } -#filemanager-index-buttons div.et2_file .progress { - position: absolute; - right: 0px; +#filemanager-index_buttons div.et2_file .progress { + width: auto; + margin: 0; + overflow: hidden; + text-overflow: ellipsis; + max-height: none; } /** * Select file dialog @@ -261,6 +264,9 @@ div.filemanager_navigation label input { } #filemanager-index_buttons div.et2_file div.progress { z-index: 1; + width: auto; + overflow: hidden; + text-overflow: ellipsis; } #filemanager-index_buttons > * { padding-left: 3px; diff --git a/filemanager/templates/pixelegg/app.less b/filemanager/templates/pixelegg/app.less index 89f2d73697..ea2ba6fb7a 100644 --- a/filemanager/templates/pixelegg/app.less +++ b/filemanager/templates/pixelegg/app.less @@ -132,7 +132,7 @@ div.filemanager_navigation{ // Progress Bar - div.progress {z-index: 1;} + div.progress {z-index: 1;width:auto;overflow: hidden;text-overflow: ellipsis;} } }