From 9b6ee4afb48cca11dc4497c92fa246f7bf8d6eae Mon Sep 17 00:00:00 2001 From: Maximilian Mader Date: Sun, 23 Jun 2013 20:11:10 +0200 Subject: [PATCH] Further improvements --- file/style/be.bastelstu.wcf.chat.less | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/file/style/be.bastelstu.wcf.chat.less b/file/style/be.bastelstu.wcf.chat.less index 6794207..d91dcd8 100644 --- a/file/style/be.bastelstu.wcf.chat.less +++ b/file/style/be.bastelstu.wcf.chat.less @@ -95,7 +95,6 @@ > .innerMessageContainer { padding: 5px 20px 5px 5px; - position: relative; .userAvatar { float: left; @@ -105,10 +104,11 @@ .innerMessage { margin-left: 46px; padding: 2px 5px 5px; - } - - time { - float: right; + + time { + float: right; + font-weight: bold; + } } &.bubble { @@ -122,7 +122,8 @@ border-color: @wcfContainerBorderColor; border-radius: @wcfContainerBorderRadius; background-color: @wcfContainerBackgroundColor; - + position: relative; + .username { font-weight: bold; } @@ -138,6 +139,10 @@ border-style: none; padding: 3px 0 0 0; } + + > time { + font-weight: normal; + } } } @@ -147,9 +152,9 @@ border-width: 6px 6px 6px 0; content: ""; display: block; - left: 46px; + left: -6px; position: absolute; - top: 12px; + top: 5px; width: 0; } @@ -159,9 +164,9 @@ border-width: 5px 5px 5px 0; content: ""; display: block; - left: 47px; + left: -5px; position: absolute; - top: 13px; + top: 6px; width: 0; } }