diff --git a/theme/tfo_md.php b/theme/tfo_md.php index 311e557..9085b81 100644 --- a/theme/tfo_md.php +++ b/theme/tfo_md.php @@ -892,7 +892,8 @@ echo ''; tr1.setAttribute('data-to',1); var td1=document.createElement('td'); tr1.appendChild(td1); - td1.setAttribute('style','width:30%'); + 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'); diff --git a/theme/tfo_mdtr.php b/theme/tfo_mdtr.php index 4cd8ac9..4a69657 100644 --- a/theme/tfo_mdtr.php +++ b/theme/tfo_mdtr.php @@ -892,7 +892,8 @@ echo ''; tr1.setAttribute('data-to',1); var td1=document.createElement('td'); tr1.appendChild(td1); - td1.setAttribute('style','width:30%'); + 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'); diff --git a/theme/tfo_mdtr_baw.php b/theme/tfo_mdtr_baw.php index 90f5c68..0c1d46b 100644 --- a/theme/tfo_mdtr_baw.php +++ b/theme/tfo_mdtr_baw.php @@ -892,7 +892,8 @@ echo ''; tr1.setAttribute('data-to',1); var td1=document.createElement('td'); tr1.appendChild(td1); - td1.setAttribute('style','width:30%'); + 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');