Remove filemanager upload progress in mobile template

This commit is contained in:
Hadi Nategh 2016-09-29 10:45:48 +02:00
parent 988da614d6
commit d6fb5ad0d7
2 changed files with 4 additions and 0 deletions

View File

@ -441,6 +441,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%;
}

View File

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