diff --git a/www/css/app.css b/www/css/app.css index bf296e00..e40657cc 100644 --- a/www/css/app.css +++ b/www/css/app.css @@ -394,6 +394,12 @@ footer .btn-xs { background: rgba(34,34,34,0.8) !important; } +.console { + font-size: medium; + font-weight:bold; + font-family:consolas,monospace; +} + pre { font-weight: bold; } diff --git a/www/js/lib/kiwixServe.js b/www/js/lib/kiwixServe.js index 536529b6..60f61124 100644 --- a/www/js/lib/kiwixServe.js +++ b/www/js/lib/kiwixServe.js @@ -513,13 +513,13 @@ function requestXhttpData (URL, lang, subj, kiwixDate) { // Add event listener for click on return link, to go back to list of archives document.getElementById('returnLink').addEventListener('click', submitSelectValues); } else { - downloadLinks.innerHTML = '' + + downloadLinks.innerHTML = '
' + '

Unable to access the server. Please see message below for reason.

' + - '

You can either try again or else open one of these mirror links in a new browser window:


'; } downloadLinks.style.display = 'block'; }