X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/60608b5c0017815cb58b8474cb9552c0fbbe2de8..f9e5ee8293ff86dd9d2026d66c12bd5881fde6e3:/webclient/rc.html diff --git a/webclient/rc.html b/webclient/rc.html index d9b02a8..7689e4b 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -47,6 +47,7 @@ width: 100%; position: fixed; bottom: 0; + display: none; } #input { width: 100%; @@ -61,6 +62,18 @@ font-size: 85%; text-align: right; } + .status { + color: #dd8; + } + .local.self { + color: #d8d; + } + .self { + color: #8d8; + } + .me { + color: #bbd; + } .servercount { margin-right: -0.5em; font-size: 70%; @@ -100,6 +113,10 @@ padding-left: 5px; padding-right: 5px; } + #getnick { + padding-left: 3em; + display: none; + } /* BEGIN expando input box trick kindly provided by http://www.alistapart.com/articles/expanding-text-areas-made-elegant/ */ .expandingArea { @@ -147,12 +164,12 @@ /*]]>*/-->