From f3bbb7b294d868117537c5771109a5e02eb24747 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Thu, 31 Jan 2013 15:48:05 -0500 Subject: [PATCH] Move all of the "alerts" into a row in our navbar. This is literally a pure "move HTML" operation; no actual code changes. This will make them always visible, even when we're in skinny mode (and will also make more room for our list-of-streams-and-people sidebar on the left.) This does have the side-effect that the errors cover up the rest of the application (in particular, the floating narrowbar). I don't view this as the end of the world, though the more robust solution would be for navbar-spacer to grow when the navbar does, and for everything else to be correspondingly pushed down. You can visualize an extreme version of what this looks like with $(".alert").show() in the Javascript console. This fixes Trac #720. (imported from commit 7a3b12aebcca389465bd1e5852cef5d08fafe3e7) --- templates/zephyr/index.html | 55 +++++++++++++++++++------------------ 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index c12657a7d9..f998416566 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -190,6 +190,34 @@ var people_list = [ +
+
+ Can't receive messages + — retrying soon. Try now. +
+
+ Messages you send are not being mirrored to MIT zephyr + — Please check that you are still running the MIT + Zephyr mirroring bot. Check now +
+
+
+
+
+

The stream does not exist.

+ + +
+
+

You're not subscribed to the stream .

+ + +
+
@@ -218,33 +246,6 @@ var people_list = [ New private message - -
- Can't receive messages - — retrying soon. Try now. -
-
- Messages you send are not being mirrored to MIT zephyr - — Please check that you are still running the MIT - Zephyr mirroring bot. Check now -
-
-
-
-
-

The stream does not exist.

- - -
-
-

You're not subscribed to the stream .

- - -