friendica-addons/smileybutton/view/smoothly.css

35 lines
486 B
CSS
Raw Normal View History

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