]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/js/roomlist.js
Slimmed down some of the border elements.
[citadel.git] / webcit-ng / static / js / roomlist.js
index 969d1d311a5f2b626c0047bfb999bd5a4d046698..cb290236186a373f06b4c7ea98e8fc7beb1c587e 100644 (file)
@@ -7,7 +7,7 @@
 function render_room_list() {
 
        document.getElementById("ctdl-newmsg-button").style.display = "none";           // There is no "enter" button on this screen
-       document.getElementById("ctdl-main").innerHTML = "<img src=\"/ctdl/s/images/throbber.gif\" />"; // show throbber while loading
+       document.getElementById("ctdl-main").innerHTML = "<div class=\"ctdl-middle\"><img src=\"/ctdl/s/images/throbber.gif\" /></div>";        // show throbber while loading
        clear_sidebar_selection();
        document.getElementById("ctdl-sidebar-button-forums").classList.add("ctdl-sidebar-button-selected");