Fix filemanager-index upload file does not show file being upload progress bar completely

This commit is contained in:
Hadi Nategh 2014-08-25 14:05:05 +00:00
parent 903f0e75a5
commit b991b97abb
3 changed files with 16 additions and 7 deletions

View File

@ -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;
}
/**

View File

@ -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;

View File

@ -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;}
}
}