1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 16:06:15 +00:00

Style messages more modern (#134)

This commit is contained in:
Stefan Niedermann 2016-12-15 13:38:58 +01:00
parent 9a08cfb5b5
commit 07dafcd2aa

View File

@ -142,26 +142,23 @@
}
.msg-sent, .msg-recv {
border-radius: 12px;
border: 1px solid #ccc;
border-left-width: 4px;
border-radius: 2px;
margin: 4px;
max-width: 50%;
padding: 8px;
box-shadow: 1px 1px 1px #CCC;
-moz-box-shadow: 1px 1px 1px #CCC;
-webkit-box-shadow: 1px 1px 1px #CCC;
-ms-box-shadow: 1px 1px 1px #CCC;
-o-box-shadow: 1px 1px 1px #CCC;
box-shadow: 0px 1px 2px 0px #0000004d;
}
.msg-sent {
border: 1px solid #bbb;
background: #a5fb7a;
border-color: #a0ce89;
background: #e0ffd1;
float: right;
}
.msg-recv {
border: 1px solid #bbb;
background: #e8e8e8;
background: #f5f5f5;
float: left;
}