Skip to content

Commit

Permalink
Remove unneeded markup for scan process - ref #20545
Browse files Browse the repository at this point in the history
  • Loading branch information
MorrisJobke committed Jan 20, 2016
1 parent 9008527 commit 61c104d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions apps/files/css/files.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
8 changes: 0 additions & 8 deletions apps/files/templates/list.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 61c104d

Please sign in to comment.