diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 05:20:03 -0600 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-03-07 05:20:03 -0600 |
commit | d19d00b64fe5ada00e6859bd8308863c76c9a1b0 (patch) | |
tree | 297032de101654b9045559263a7c27fffaa24040 /css | |
parent | 81e9645b8b036d9040bd1d02617b029b294809de (diff) | |
download | pathery-d19d00b64fe5ada00e6859bd8308863c76c9a1b0.tar.xz |
Adjusted the chat UI a little
Diffstat (limited to 'css')
-rw-r--r-- | css/chat.css | 16 |
1 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); } |