forked from friendica/friendica-addons
22 lines
309 B
CSS
22 lines
309 B
CSS
|
img.smiley_button {
|
||
|
height: 18px;
|
||
|
width: 18px;
|
||
|
position: relative;
|
||
|
left: 285px;
|
||
|
top: -45px;
|
||
|
}
|
||
|
|
||
|
img.smiley_preview {
|
||
|
max-height: 25px;
|
||
|
max-width: 25px;
|
||
|
}
|
||
|
|
||
|
table.smiley-preview {
|
||
|
border: 1px solid #AAAAAA;
|
||
|
-moz-border-radius: 3px;
|
||
|
border-radius: 3px;
|
||
|
position: relative;
|
||
|
left: 285px;
|
||
|
top: -36px;
|
||
|
}
|