Shoutbox rearrangement

This commit is contained in:
onyxserpent 2014-08-10 17:07:12 -07:00
parent 949bf54e8a
commit ffccea6c76

View file

@ -7,7 +7,7 @@
} }
.shoutmsg { .shoutmsg {
display: table-row; display: block;
margin-bottom: 5px; margin-bottom: 5px;
clear: both; clear: both;
position: relative; position: relative;
@ -19,24 +19,24 @@
} }
.user { .user {
display: table-cell; display: inline;
min-width: 30%;
.username { .username {
clear: right; clear: right;
float: left;
display: block; display: block;
} }
.time { .time {
clear: left; float: right;
display: block; display: block;
color: #5a5a5a; color: #5a5a5a;
} }
} }
.message { .message {
max-width: 66%; clear:both;
display: table-cell; display: block;
.contents { .contents {
word-break: break-word; word-break: break-word;