From: Jason Hibbs Date: Fri, 3 Aug 2012 01:34:10 +0000 (-0700) Subject: Move the status indicators to the right. X-Git-Url: http://git.scottworley.com/reliable-chat/commitdiff_plain/638866e9ca5ea117b9b83212e890f0824c7594da Move the status indicators to the right. This leaves room for Chrome's "Waiting for ..." status float. --- diff --git a/webclient/rc.html b/webclient/rc.html index 4d21bc4..b83fa1a 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -17,6 +17,7 @@ } #status { width: 100%; + text-align: right; background-color: #eef; padding: 5px 5px 5px 0px; }