advancedcontentfilter: Add language values to filter fields (#10052, #10136)
[friendica-addons.git/.git] / smileybutton / view / duepuntozero.css
1 #profile-smiley-wrapper {
2         display: block;
3 }
4
5 #smileybutton {
6         display: none;
7 }
8
9 .smiley_button {
10         height: 18px;
11         width: 18px;
12         position: relative;
13         left: 285px;
14         top: -45px;
15         padding: 0;
16         border: 0;
17         background: none;
18 }
19
20 table.smiley-preview img.smiley {
21         max-height: 25px;
22         max-width: 25px;
23         cursor: pointer;
24 }
25
26 table.smiley-preview {
27         border: 1px solid #AAAAAA;
28         -moz-border-radius: 3px;
29         border-radius: 3px;
30         position: relative;
31         left: 285px;
32         top: -36px;
33 }
34
35 table.smiley-preview td {
36         cursor: pointer;
37 }