copy smiles

This commit is contained in:
Denis Ryabov 2014-03-21 16:22:22 +04:00
parent 2478c09ec3
commit 2a77302783
4 changed files with 7 additions and 1 deletions

View File

@ -4,6 +4,8 @@
background: url("emotions/blank.png") no-repeat center center;
display: inline-block;
vertical-align: top;
color: transparent;
overflow: hidden;
}
.emo-angel {

View File

@ -4,6 +4,8 @@
background: url("emotions/blank.gif") no-repeat center center;
display: inline-block;
vertical-align: top;
color: transparent;
overflow: hidden;
}
.emo-angel {

View File

@ -4,6 +4,8 @@
background: url("emotions/blank.gif") no-repeat center center;
display: inline-block;
vertical-align: bottom;
color: transparent;
overflow: hidden;
}
.emo-angel {

View File

@ -23,7 +23,7 @@
$.extend($.emotions, {
settings: {
replacement: '<span class="emotions emo-{eId}"></span>',
replacement: '<span class="emotions emo-{eId}">$2</span>',
map: {
"o:)": "angel",
"0:)": "angel",