From f70d853e629ad507e735d6ec1a9a3c6682f27744 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 29 Sep 2016 10:22:33 +0200 Subject: [PATCH] Fix styling of filemanager nm header in all templates --- filemanager/templates/default/app.css | 3 ++- filemanager/templates/mobile/app.css | 6 ++++++ filemanager/templates/pixelegg/app.css | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) 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