mirror of
https://github.com/ENSL/ensl.org.git
synced 2025-02-07 00:41:17 +00:00
Shoutbox rearrangement
This commit is contained in:
parent
949bf54e8a
commit
ffccea6c76
1 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue