]> git.mxchange.org Git - friendica-addons.git/blob - smileybutton/view/smoothly.css
Merge pull request #1146 from annando/langfilter-speed
[friendica-addons.git] / smileybutton / view / smoothly.css
1 #profile-smiley-wrapper {
2         display: block;
3 }
4
5 #smileybutton {
6         display: none;
7 }
8
9 .smiley_button > img {
10         height: 22px;
11         width: 22px;
12         position: relative;
13         left: -330px;
14         margin: 4px;
15         -moz-border-radius: 0px;
16         border-radius: 0px;
17 }
18
19 table.smiley-preview img.smiley {
20         max-height: 25px;
21         max-width: 25px;
22         cursor: pointer;
23 }
24
25 table.smiley-preview {
26         border: 1px solid #AAAAAA;
27         -moz-border-radius: 5px;
28         border-radius: 5px;
29         margin: 5px;
30 }
31
32 table.smiley-preview td {
33         cursor: pointer;
34 }