Remove unneeded markup for scan process - ref #20545

This commit is contained in:
Morris Jobke 2016-01-20 10:09:59 +01:00
parent 9008527849
commit 61c104dcde
2 changed files with 0 additions and 10 deletions

View File

@ -682,8 +682,6 @@ table tr.summary td {
margin-left: 90px;
}
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
table.dragshadow {
width:auto;
}

View File

@ -88,11 +88,3 @@
<?php p($l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.'));?>
</p>
</div>
<div id="scanning-message">
<h3>
<?php p($l->t('Files are being scanned, please wait.'));?> <span id='scan-count'></span>
</h3>
<p>
<?php p($l->t('Currently scanning'));?> <span id='scan-current'></span>
</p>
</div>