Show file upload progress in mobile theme

This commit is contained in:
Hadi Nategh 2020-03-30 11:44:18 +02:00
parent d3eb2d9b22
commit 0314f87eee
2 changed files with 10 additions and 2 deletions

View File

@ -522,7 +522,10 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
top: 0;
}
.et2_file.plus_button div.progress {
display: none !important;
position: fixed;
left: 0;
top: 0px;
width: 93%;
}
.previewImage img {
max-width: 100%;

View File

@ -127,7 +127,12 @@
height: 60px;
top: 0;
}
div.progress {display: none !important;}
div.progress {
position: fixed;
left: 0;
top: 0px;
width: 93%;
}
}
.previewImage img {max-width: 100%;}
div#filemanager-file_tabs td.eaclAccount,td.eaclRights {display: block;}