From 638866e9ca5ea117b9b83212e890f0824c7594da Mon Sep 17 00:00:00 2001 From: Jason Hibbs Date: Thu, 2 Aug 2012 18:34:10 -0700 Subject: [PATCH] Move the status indicators to the right. This leaves room for Chrome's "Waiting for ..." status float. --- webclient/rc.html | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.44.1