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

View File

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