mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-14 17:29:22 +01:00
Show file upload progress in mobile theme
This commit is contained in:
parent
85b1e877f4
commit
303b72100c
@ -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