Fix bullet points

This commit is contained in:
Chris Blanchard 2016-04-19 12:37:59 +01:00
parent 950faa4e83
commit 95b930b9ed
2 changed files with 6 additions and 2 deletions

View file

@ -272,7 +272,7 @@ const Chatroom = exports.Chatroom = React.createClass({
<div>
<ul className="chat" id="chatmessages" ref="messageContainer"
style={{height: this.props.containerHeight - 170}}>
<li className="text-center">
<li className="text-center ">
<a href="#"
onClick={this.loadMoreMessages}
className="btn btn-primary btn-xs">
@ -348,7 +348,7 @@ const ChatMessage = React.createClass({
socket={this.props.socket}/>;
}
return (
<li className="left clearfix">
<li className="left clearfix chat-message list-unstyled">
<span className="chat-img pull-left">
<img
src={this.props.message.author.avatar}

View file

@ -33,6 +33,10 @@ html, body {
padding-right: 20px;
}
.chat-message {
list-style-type: none;
}
#message-input {
border: 1px solid #367fa9 !important;
-webkit-border-top-left-radius: 3px;