#chatroom-new { display: none; } #chatrooms-index { width: 100%; } #chatrooms-index th:nth-child(1), #chatrooms-index td:nth-child(1){ padding: 7px 3px 7px 10px; } #chatrooms-index th:nth-child(3), #chatrooms-index td:nth-child(3){ padding: 7px 10px 7px 7px; } .chatrooms-index-tool { padding: 7px 10px; } section, aside { padding-bottom: 0px; } #chatTopBar { float: left; height: 400px; overflow-y: auto; } #chatUsers img { float: left; margin-right: 5px; } .name { font-weight: bold; } #chatBottomBar { position: relative; bottom: 0; margin-top: 10px; } .chat-item { display: table; table-layout: fixed; } .chat-item-photo { display: table-cell; height: 32px; width: 32px; vertical-align: top; } .chat-body { display: table-cell; vertical-align: top; padding: 0px 0px 20px 10px; } .chat-item-title { display: inline-block; padding: 3px; margin-bottom: 3px; } .online { color: green; } .away { color: orange; } .leave { color: red; }