]> git.mxchange.org Git - friendica-addons.git/blobdiff - smileybutton/view/duepuntozero.css
Fix signature of hooks to work with modern friendica
[friendica-addons.git] / smileybutton / view / duepuntozero.css
index 0f4ef4aec021e21c13e0fe0c7e2085b2809d735b..92ff4eba35fca3c1b8b928180c5c342e786513a7 100644 (file)
@@ -1,14 +1,26 @@
-img.smiley_button {
+#profile-smiley-wrapper {
+       display: block;
+}
+
+#smileybutton {
+       display: none;
+}
+
+.smiley_button {
        height: 18px;
        width: 18px;
        position: relative;
        left: 285px;
        top: -45px;
+       padding: 0;
+       border: 0;
+       background: none;
 }
 
-img.smiley_preview {
+table.smiley-preview img.smiley {
        max-height: 25px;
        max-width: 25px;
+       cursor: pointer;
 }
 
 table.smiley-preview {
@@ -19,3 +31,7 @@ table.smiley-preview {
        left: 285px;
        top: -36px;
 }
+
+table.smiley-preview td {
+       cursor: pointer;
+}