diff --git a/filemanager/templates/default/app.css b/filemanager/templates/default/app.css index 16f401b45d..108ca12f9d 100644 --- a/filemanager/templates/default/app.css +++ b/filemanager/templates/default/app.css @@ -170,4 +170,5 @@ div.webodfeditor-memberList .webodfeditor-memberListLabel { div.editInfoMarker { width:5px; border-radius: none; -} \ No newline at end of file +} +#filemanager-index_nm .et2_file div.progress {position:absolute;} \ No newline at end of file diff --git a/filemanager/templates/mobile/app.css b/filemanager/templates/mobile/app.css index 67efdc3faa..ad25cdb8e0 100644 --- a/filemanager/templates/mobile/app.css +++ b/filemanager/templates/mobile/app.css @@ -209,6 +209,9 @@ div.editInfoMarker { width: 5px; border-radius: none; } +#filemanager-index_nm .et2_file div.progress { + position: absolute; +} /*/***************************************************************** // sidebar @@ -484,6 +487,9 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active { height: 60px; top: 0; } + .et2_file.plus_button div.progress { + display: none !important; + } .previewImage img { max-width: 100%; } diff --git a/filemanager/templates/pixelegg/app.css b/filemanager/templates/pixelegg/app.css index 7a81cef771..3081536993 100755 --- a/filemanager/templates/pixelegg/app.css +++ b/filemanager/templates/pixelegg/app.css @@ -197,6 +197,9 @@ div.editInfoMarker { width: 5px; border-radius: none; } +#filemanager-index_nm .et2_file div.progress { + position: absolute; +} /*/***************************************************************** // sidebar