diff --git a/template/chat.tpl b/template/chat.tpl index 378c594..0ff949f 100644 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -24,13 +24,6 @@ width: 190px; } - #chatRoomContent:after { - clear: both; - height: 0; - content: ""; - display: block; - } - aside h2 { margin: auto; text-align: center; @@ -67,7 +60,15 @@ margin-top: 15px; white-space: nowrap; margin-top: 10px; + /* Fix to align chatInput in center */ + text-align: center; } + + #chatInput { + background-position: right center; + background-repeat: no-repeat; + } + #chatOptions { display: inline-block; } @@ -138,88 +139,45 @@
- - -