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

Further improvements

This commit is contained in:
Maximilian Mader 2013-06-23 20:11:10 +02:00
parent 9f8f7b31e0
commit 9b6ee4afb4

View File

@ -95,7 +95,6 @@
> .innerMessageContainer { > .innerMessageContainer {
padding: 5px 20px 5px 5px; padding: 5px 20px 5px 5px;
position: relative;
.userAvatar { .userAvatar {
float: left; float: left;
@ -105,10 +104,11 @@
.innerMessage { .innerMessage {
margin-left: 46px; margin-left: 46px;
padding: 2px 5px 5px; padding: 2px 5px 5px;
}
time {
time { float: right;
float: right; font-weight: bold;
}
} }
&.bubble { &.bubble {
@ -122,7 +122,8 @@
border-color: @wcfContainerBorderColor; border-color: @wcfContainerBorderColor;
border-radius: @wcfContainerBorderRadius; border-radius: @wcfContainerBorderRadius;
background-color: @wcfContainerBackgroundColor; background-color: @wcfContainerBackgroundColor;
position: relative;
.username { .username {
font-weight: bold; font-weight: bold;
} }
@ -138,6 +139,10 @@
border-style: none; border-style: none;
padding: 3px 0 0 0; padding: 3px 0 0 0;
} }
> time {
font-weight: normal;
}
} }
} }
@ -147,9 +152,9 @@
border-width: 6px 6px 6px 0; border-width: 6px 6px 6px 0;
content: ""; content: "";
display: block; display: block;
left: 46px; left: -6px;
position: absolute; position: absolute;
top: 12px; top: 5px;
width: 0; width: 0;
} }
@ -159,9 +164,9 @@
border-width: 5px 5px 5px 0; border-width: 5px 5px 5px 0;
content: ""; content: "";
display: block; display: block;
left: 47px; left: -5px;
position: absolute; position: absolute;
top: 13px; top: 6px;
width: 0; width: 0;
} }
} }