X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/5a6c082a931b94c5e3593b1abb6eafeb2b4ef258..244a78af5bef1b578a24b3ea718d6feb7013bb9a:/webclient/rc.html diff --git a/webclient/rc.html b/webclient/rc.html index 2bb1610..d91d3a6 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -56,6 +56,29 @@ padding: 0px 5px 55px 5px; vertical-align: bottom } + .servercount { + margin-right: 0.5em; + font-size: 70%; + } + .timestamp { + margin-right: 0.8em; + } + .timestamp:hover, .timestamp:hover .servertimestamps { + background-color: #556; + } + .timestamp:hover .servertimestamps { + display: block; + } + .servertimestamps { + display: none; + position: absolute; + left: 3em; + z-index: 1; + border: 1px solid black; + border-radius: 5px; + padding-left: 5px; + padding-right: 5px; + } img { width: 1px; height: 1px; } iframe { display: none } #status span { margin-right: 10px; } @@ -79,9 +102,16 @@