From d19d00b64fe5ada00e6859bd8308863c76c9a1b0 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Thu, 7 Mar 2013 05:20:03 -0600 Subject: Adjusted the chat UI a little --- css/chat.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'css') diff --git a/css/chat.css b/css/chat.css index 5b849ac..f612887 100644 --- a/css/chat.css +++ b/css/chat.css @@ -3,8 +3,8 @@ font-family: 'Trebuchet MS1', 'Trebuchet MS', sans-serif; border: 1px solid gray; background-color:#999; - width: 650px; - margin: 7px; + width: 680px; + margin: 7px 3px; padding: 2px; border-radius: 10px; border-bottom-right-radius: 20px; @@ -14,18 +14,18 @@ margin: 0px; width: 50px; } -.chatMute { - margin: 0px; - width: 15px; -} -.chatMute_true, .chatMute_false { + +#chatMute { display:inline-block; border:1px solid gray; - margin-top:3px; width:17px; height:17px; background-size: 100%; + position: relative; + top: 5px; + margin-right: 5px; } + .chatMute_true { background-image: url(../images/Sound.png); } -- cgit v1.2.3