summaryrefslogtreecommitdiffstats
path: root/css/chat.css
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-03-07 03:00:04 -0600
committerBlueRaja <BlueRaja.admin@gmail.com>2013-03-07 03:00:04 -0600
commit534566ca37d8da800188b073652003671fc9671a (patch)
treecd14d9353d19a365a80b519a21feeefe9152efcd /css/chat.css
parentef912adeeac6be3d623d602ce17f69b15ce65aa8 (diff)
parentee270d30697914e322dd1256e2e3e0b60df0ced5 (diff)
downloadpathery-534566ca37d8da800188b073652003671fc9671a.tar.xz
Merge branch 'master' of git.raylu.net:pathery
Conflicts: includes/db.inc.php
Diffstat (limited to 'css/chat.css')
-rw-r--r--css/chat.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/css/chat.css b/css/chat.css
index 9608093..66cd086 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: 700px;
+ width: 680px;
margin: 7px;
padding: 2px;
border-radius: 10px;
@@ -11,7 +11,11 @@
border-top-right-radius: 20px;
}
.chatButton {
- margin: 4px;
+ margin: 0px;
+}
+.chatMute {
+ margin: 0px;
+ width: 15px;
}
#chatContainer {