]> git.scottworley.com Git - reliable-chat/commitdiff
Move the status indicators to the right.
authorJason Hibbs <skitch@gmail.com>
Fri, 3 Aug 2012 01:34:10 +0000 (18:34 -0700)
committerJason Hibbs <skitch@gmail.com>
Fri, 3 Aug 2012 01:34:10 +0000 (18:34 -0700)
This leaves room for Chrome's "Waiting for ..." status float.

webclient/rc.html

index 4d21bc449b5e49c97fc450729c5928385ff91adb..b83fa1a9fa5aa5741c00c2f62f99d533fa836073 100644 (file)
@@ -17,6 +17,7 @@
        }
        #status {
                width: 100%;
+               text-align: right;
                background-color: #eef;
                padding: 5px 5px 5px 0px;
        }