mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-05 11:22:53 +00:00
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;
|
||
|
}
|