26 lines
310 B
CSS
26 lines
310 B
CSS
#profile-smiley-wrapper {
|
|
display: block;
|
|
}
|
|
|
|
#smileybutton {
|
|
display: none;
|
|
}
|
|
|
|
.smiley_button > img {
|
|
height: 18px;
|
|
width: 18px;
|
|
}
|
|
|
|
table.smiley-preview img.smiley {
|
|
max-height: 25px;
|
|
max-width: 25px;
|
|
}
|
|
|
|
table.smiley-preview {
|
|
border: 1px solid #AAAAAA;
|
|
}
|
|
|
|
table.smiley-preview td {
|
|
cursor: pointer;
|
|
}
|