1
0
mirror of https://github.com/wbbaddons/Tims-Chat.git synced 2024-10-31 14:10:08 +00:00

Fix message marking

This commit is contained in:
Maximilian Mader 2013-06-23 23:40:12 +02:00
parent d7294296a5
commit 871440d783

View File

@ -55,9 +55,9 @@
color: @wcfSelectedColor; color: @wcfSelectedColor;
} }
> { > .innerMessageContainer {
.markContainer { .markContainer {
display: table-cell; display: block;
} }
} }
} }
@ -95,6 +95,7 @@
> .innerMessageContainer { > .innerMessageContainer {
padding: 5px 20px 5px 5px; padding: 5px 20px 5px 5px;
position: relative;
.userAvatar { .userAvatar {
float: left; float: left;
@ -108,6 +109,13 @@
time { time {
float: right; float: right;
} }
> .text {
img {
max-width: 480px;
max-height: 320px;
}
}
} }
&.bubble { &.bubble {
@ -139,10 +147,6 @@
border-style: none; border-style: none;
padding: 3px 0 0 0; padding: 3px 0 0 0;
} }
> time {
font-weight: normal;
}
} }
} }