mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Fix filemanager-index upload file does not show file being upload progress bar completely
This commit is contained in:
parent
903f0e75a5
commit
b991b97abb
@ -56,9 +56,12 @@ div.filemanager_navigation > label > input {
|
||||
width: 130px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
#filemanager-index-buttons div.et2_file .progress {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
#filemanager-index_buttons div.et2_file .progress {
|
||||
width:auto;
|
||||
margin:0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-height: none;
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -87,9 +87,12 @@ div.filemanager_navigation > label > input {
|
||||
width: 130px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
#filemanager-index-buttons div.et2_file .progress {
|
||||
position: absolute;
|
||||
right: 0px;
|
||||
#filemanager-index_buttons div.et2_file .progress {
|
||||
width: auto;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-height: none;
|
||||
}
|
||||
/**
|
||||
* Select file dialog
|
||||
@ -261,6 +264,9 @@ div.filemanager_navigation label input {
|
||||
}
|
||||
#filemanager-index_buttons div.et2_file div.progress {
|
||||
z-index: 1;
|
||||
width: auto;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
#filemanager-index_buttons > * {
|
||||
padding-left: 3px;
|
||||
|
@ -132,7 +132,7 @@ div.filemanager_navigation{
|
||||
|
||||
|
||||
// Progress Bar
|
||||
div.progress {z-index: 1;}
|
||||
div.progress {z-index: 1;width:auto;overflow: hidden;text-overflow: ellipsis;}
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user