mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Show file upload progress in mobile theme
This commit is contained in:
parent
d3eb2d9b22
commit
0314f87eee
@ -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%;
|
||||
|
@ -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;}
|
||||
|
Loading…
Reference in New Issue
Block a user