1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-11-22 17:22:22 -05:00

[ux] initial take on messaging and timestamps

This commit is contained in:
karolinaszczur 2013-09-19 16:45:11 +02:00
parent 876b1256a2
commit 8cd405e305
2 changed files with 4 additions and 6 deletions

View File

@ -81,8 +81,8 @@
borderbox() borderbox()
&.mine &.mine
background: #eaf7ff background: white
border-bottom: 1px solid #bbe0fa border-bottom: 1px solid lighten($grayOutline, 10%)
.timestamp .timestamp
color: #bbe0fa color: #bbe0fa
@ -108,7 +108,6 @@
font-weight: bold font-weight: bold
float: right float: right
display: block display: block
margin-right: 15px
.chatBox .chatBox
borderbox() borderbox()

View File

@ -510,8 +510,8 @@ td {
box-sizing: border-box; box-sizing: border-box;
} }
.messages .message.mine { .messages .message.mine {
background: #eaf7ff; background: #fff;
border-bottom: 1px solid #bbe0fa; border-bottom: 1px solid #e7e7e7;
} }
.messages .message.mine .timestamp { .messages .message.mine .timestamp {
color: #bbe0fa; color: #bbe0fa;
@ -535,7 +535,6 @@ td {
font-weight: bold; font-weight: bold;
float: right; float: right;
display: block; display: block;
margin-right: 15px;
} }
.chatBox { .chatBox {
-moz-box-sizing: border-box; -moz-box-sizing: border-box;