]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/main.js
Got all of the elements in the top banner bar to line up across the same horizontal...
[citadel.git] / webcit-ng / static / js / main.js
index 0e1f43b971e79bedc0ce3898f70edddf0047a2b3..03735e816247e17b9ef2d9df427d99ef35a3ca8e 100644 (file)
@@ -42,7 +42,7 @@ function update_banner() {
        if (current_room) {
                document.getElementById("ctdl_banner_title").innerHTML = current_room;
                if (is_room_aide) {
-                       document.getElementById("ctdl_banner_title").innerHTML += "<i class=\"fa fa-user-cog\"></i>";
+                       document.getElementById("ctdl_banner_title").innerHTML += "&nbsp;<i class=\"fa fa-user-cog\"></i>";
                }
                document.title = current_room;
        }