diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 05:05:28 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 05:05:28 -0600 |
commit | 81e9645b8b036d9040bd1d02617b029b294809de (patch) | |
tree | 1ac415d112b11a8de8a11fbc5ea16691ef368dd4 /css | |
parent | c62d777cd17e72dd7068547d2e8aa47354387f1e (diff) | |
parent | ecb87bd22022a140df7e0d1843494ff065d55c1c (diff) | |
download | pathery-81e9645b8b036d9040bd1d02617b029b294809de.tar.xz |
Merge branch 'master' of git.raylu.net:pathery
Diffstat (limited to 'css')
-rw-r--r-- | css/chat.css | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/css/chat.css b/css/chat.css index 66cd086..5b849ac 100644 --- a/css/chat.css +++ b/css/chat.css @@ -3,7 +3,7 @@ font-family: 'Trebuchet MS1', 'Trebuchet MS', sans-serif; border: 1px solid gray; background-color:#999; - width: 680px; + width: 650px; margin: 7px; padding: 2px; border-radius: 10px; @@ -12,11 +12,26 @@ } .chatButton { margin: 0px; + width: 50px; } .chatMute { margin: 0px; width: 15px; } +.chatMute_true, .chatMute_false { + display:inline-block; + border:1px solid gray; + margin-top:3px; + width:17px; + height:17px; + background-size: 100%; +} +.chatMute_true { + background-image: url(../images/Sound.png); +} +.chatMute_false { + background-image: url(../images/Mute.png); +} #chatContainer { width:800px; |