X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/991a5820ea736f8acaafe4b3437befb741f0915b..f0e385c76e0529768ad9339a4ddf1467bbb38453:/webclient/rc.css diff --git a/webclient/rc.css b/webclient/rc.css index c878e19..9459fa8 100644 --- a/webclient/rc.css +++ b/webclient/rc.css @@ -3,3 +3,7 @@ html, body, #outer-table, #history { width: 99.9%; height: 100%; margin: 0; padd #say { width: 100% } #history { vertical-align: bottom } img { width: 1px; height: 1px; } +iframe { display: none } +#status span { margin-right: 2em } +#status span.sad { background-color: #fee } +#status span.happy { background-color: #efe }