X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/60608b5c0017815cb58b8474cb9552c0fbbe2de8..777027a86dcc56e57327d9084ab53942070fdabc:/webclient/rc.html diff --git a/webclient/rc.html b/webclient/rc.html index d9b02a8..41c1e54 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -8,8 +8,7 @@ This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as - published by the Free Software Foundation, either version 3 of the - License, or (at your option) any later version. + published by the Free Software Foundation, version 3. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -47,6 +46,7 @@ width: 100%; position: fixed; bottom: 0; + display: none; } #input { width: 100%; @@ -61,6 +61,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 +112,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 +163,12 @@ /*]]>*/-->