mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-02 17:03:52 +00:00
update css
This commit is contained in:
parent
fbf4ccdf02
commit
cd5e6d331a
html5/verto/demo
@ -29,9 +29,6 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
#chatwin
|
||||
{
|
||||
background-color: #eeeeee;
|
||||
@ -43,6 +40,14 @@
|
||||
text-align: left;
|
||||
border-style:inset;
|
||||
font-size: 10pt;
|
||||
color: #3333ff;
|
||||
}
|
||||
|
||||
.chatuid
|
||||
{
|
||||
font-size: 7pt;
|
||||
font-weight: bold;
|
||||
color: #ff3333;
|
||||
}
|
||||
|
||||
.l1
|
||||
|
@ -111,7 +111,7 @@ var callbacks = {
|
||||
var body = data.body.replace(/(http[s]{0,1}:\/\/\S+)/g, "<a target='_blank' href='$1'>$1<\/a>");
|
||||
body = body.replace(/(?:\r\n|\r|\n)/g, '<br />');
|
||||
|
||||
$("#chatwin").append("<b>" + data.from + "</b>:<br>" + "" + body + "" + "<br>");
|
||||
$("#chatwin").append("<span class=chatuid>" + data.from + ":</span><br>" + body);
|
||||
$('#chatwin').animate({"scrollTop": $('#chatwin')[0].scrollHeight}, "fast");
|
||||
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user