Remove unneeded markup for scan process - ref #20545
This commit is contained in:
parent
9008527849
commit
61c104dcde
|
@ -682,8 +682,6 @@ table tr.summary td {
|
||||||
margin-left: 90px;
|
margin-left: 90px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#scanning-message{ top:40%; left:40%; position:absolute; display:none; }
|
|
||||||
|
|
||||||
table.dragshadow {
|
table.dragshadow {
|
||||||
width:auto;
|
width:auto;
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.'));?>
|
<?php p($l->t('The files you are trying to upload exceed the maximum size for file uploads on this server.'));?>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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>
|
|
||||||
|
|
Loading…
Reference in New Issue