advancedcontentfilter: Add language values to filter fields (#10052, #10136)
[friendica-addons.git/.git] / smileybutton / view / vier.css
1 #profile-smiley-wrapper {
2         float: left;
3         margin-left: 15px;
4         cursor: pointer;
5         height: 10px;
6         display: inline-block;
7 }
8
9 #profile-smiley-wrapper .btn {
10         padding: 0;
11         margin: 0;
12         border: 0;
13         background: none;
14         width: 20px;
15         height: 20px;
16         line-height: inherit;
17         display: inline-block;
18         overflow: hidden;
19         padding: 1px;
20         color: #999;
21         vertical-align: text-top;
22 }
23
24 #smileybutton {
25         position: absolute;
26         z-index: 99;
27         display: none;
28 }
29
30 .smiley_button > img {
31         height: 18px;
32         width: 18px;
33         margin-right: 18px;
34 }
35
36 table.smiley-preview {
37         background-color: #FFF;
38         box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.7);
39 }
40
41 table.smiley-preview img.smiley {
42         max-height: 25px;
43         max-width: 25px;
44         cursor: pointer;
45 }
46
47 table.smiley-preview td {
48         cursor: pointer;
49 }