From: Casey Date: Thu, 10 Sep 2009 21:39:23 +0000 (-0700) Subject: make sign out clickable, ignoring automatic redirect for now X-Git-Tag: v1.0.0~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdcfb26316845294178707bb235cee0ce953e8eb;p=thirdparty%2Ftornado.git make sign out clickable, ignoring automatic redirect for now --- diff --git a/demos/chat/static/chat.css b/demos/chat/static/chat.css index 657d191c2..a400c3260 100644 --- a/demos/chat/static/chat.css +++ b/demos/chat/static/chat.css @@ -49,3 +49,8 @@ td { #inbox .message { padding-top: 0.25em; } + +#nav { + float: right; + z-index: 99; +} diff --git a/demos/chat/templates/index.html b/demos/chat/templates/index.html index 1f2583faf..cdd865889 100644 --- a/demos/chat/templates/index.html +++ b/demos/chat/templates/index.html @@ -6,7 +6,7 @@ -
+