make more use of the empty space below the sidebar now that there’s a map rendered behind it all the time

This commit is contained in:
Stefan Breunig
2013-02-11 12:10:40 +01:00
parent 1de0e166e0
commit 4a45570f40
4 changed files with 14 additions and 15 deletions

View File

@ -50,7 +50,7 @@ window.renderUpdateStatus = function() {
t += ' <span style="color:red" class="help" title="Can only render so much before it gets unbearably slow. Not all entities are shown. Zoom in or increase the limit (search for MAX_DRAWN_*).">RENDER LIMIT</span> '
if(window.failedRequestCount > 0)
t += ' <span style="color:red">' + window.failedRequestCount + ' requests failed</span>.'
t += ' <span style="color:red">' + window.failedRequestCount + ' failed</span>.'
t += '<br/>(';
var minlvl = getMinPortalLevel();