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

Prepare for message merging

This commit is contained in:
Maximilian Mader 2013-06-23 19:45:20 +02:00
parent a71e1ec00e
commit f313dde2c3
2 changed files with 16 additions and 2 deletions

View File

@ -111,7 +111,7 @@
float: right; float: right;
} }
&.normal { &.bubble {
.userAvatar { .userAvatar {
margin-left: 0; margin-left: 0;
} }
@ -127,6 +127,20 @@
font-weight: bold; font-weight: bold;
} }
> ul.text {
li {
border-style: solid;
border-width: 0 0 1px 0;
border-color: @wcfContainerBorderColor;
padding: 3px 0 4px;
&:last-child {
border-style: none;
padding: 3px 0 0 0;
}
}
}
&:before { &:before {
border-color: transparent @wcfContainerBorderColor; border-color: transparent @wcfContainerBorderColor;
border-style: solid; border-style: solid;

View File

@ -1,5 +1,5 @@
{literal} {literal}
<div class="innerMessageContainer{if $type == 0 || $type == 7} normal{/if}"> <div class="innerMessageContainer{if $type == 0 || $type == 7} bubble{/if}">
<div class="userAvatar framed"> <div class="userAvatar framed">
{if $type == 0 || $type == 7} {if $type == 0 || $type == 7}
{@$avatar[32]} {@$avatar[32]}