summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--css/chat.css16
-rw-r--r--images/Sound.pngbin11881 -> 8058 bytes
2 files changed, 8 insertions, 8 deletions
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);
}
diff --git a/images/Sound.png b/images/Sound.png
index 992d944..f2a51fa 100644
--- a/images/Sound.png
+++ b/images/Sound.png
Binary files differ