2021-02-08 11:02:34 -05:00
|
|
|
#profile-smiley-wrapper {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
#smileybutton {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.smiley_button > img {
|
2015-02-07 08:51:10 -05:00
|
|
|
height: 22px;
|
|
|
|
width: 22px;
|
|
|
|
position: relative;
|
|
|
|
left: -330px;
|
|
|
|
margin: 4px;
|
|
|
|
-moz-border-radius: 0px;
|
|
|
|
border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
2021-02-08 11:02:34 -05:00
|
|
|
table.smiley-preview img.smiley {
|
2015-02-07 08:51:10 -05:00
|
|
|
max-height: 25px;
|
|
|
|
max-width: 25px;
|
2021-02-08 11:02:34 -05:00
|
|
|
cursor: pointer;
|
2015-02-07 08:51:10 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
table.smiley-preview {
|
|
|
|
border: 1px solid #AAAAAA;
|
|
|
|
-moz-border-radius: 5px;
|
|
|
|
border-radius: 5px;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
2021-02-08 11:02:34 -05:00
|
|
|
|
|
|
|
table.smiley-preview td {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|