diff --git a/theme/tfo_md.php b/theme/tfo_md.php index 9085b81..616dddc 100644 --- a/theme/tfo_md.php +++ b/theme/tfo_md.php @@ -893,12 +893,13 @@ echo ''; var td1=document.createElement('td'); tr1.appendChild(td1); td1.setAttribute('style','width:24%'); - td1.setAttribute('style','overflow:auto'); td1.setAttribute('id','upfile_td1_'+timea+'_'+i); td1.innerHTML=file.name+' '+size_format(file.size); var td2=document.createElement('td'); tr1.appendChild(td2); td2.setAttribute('id','upfile_td2_'+timea+'_'+i); + td2.setAttribute('style','width:71%'); + td2.setAttribute('style','white-space:nowrap'); td2.innerHTML=' ...'; if (file.size>100*1024*1024*1024) { td2.innerHTML=''; diff --git a/theme/tfo_mdtr.php b/theme/tfo_mdtr.php index 4a69657..a866013 100644 --- a/theme/tfo_mdtr.php +++ b/theme/tfo_mdtr.php @@ -893,12 +893,13 @@ echo ''; var td1=document.createElement('td'); tr1.appendChild(td1); td1.setAttribute('style','width:24%'); - td1.setAttribute('style','overflow:auto'); td1.setAttribute('id','upfile_td1_'+timea+'_'+i); td1.innerHTML=file.name+' '+size_format(file.size); var td2=document.createElement('td'); tr1.appendChild(td2); td2.setAttribute('id','upfile_td2_'+timea+'_'+i); + td2.setAttribute('style','width:71%'); + td2.setAttribute('style','white-space:nowrap'); td2.innerHTML=' ...'; if (file.size>100*1024*1024*1024) { td2.innerHTML=''; diff --git a/theme/tfo_mdtr_baw.php b/theme/tfo_mdtr_baw.php index 0c1d46b..0b80870 100644 --- a/theme/tfo_mdtr_baw.php +++ b/theme/tfo_mdtr_baw.php @@ -893,12 +893,13 @@ echo ''; var td1=document.createElement('td'); tr1.appendChild(td1); td1.setAttribute('style','width:24%'); - td1.setAttribute('style','overflow:auto'); td1.setAttribute('id','upfile_td1_'+timea+'_'+i); td1.innerHTML=file.name+' '+size_format(file.size); var td2=document.createElement('td'); tr1.appendChild(td2); td2.setAttribute('id','upfile_td2_'+timea+'_'+i); + td2.setAttribute('style','width:71%'); + td2.setAttribute('style','white-space:nowrap'); td2.innerHTML=' ...'; if (file.size>100*1024*1024*1024) { td2.innerHTML='';