]> git.mxchange.org Git - friendica-addons.git/blobdiff - smileybutton/view/duepuntozero.css
make smileybutton respect the theme
[friendica-addons.git] / smileybutton / view / duepuntozero.css
diff --git a/smileybutton/view/duepuntozero.css b/smileybutton/view/duepuntozero.css
new file mode 100644 (file)
index 0000000..0f4ef4a
--- /dev/null
@@ -0,0 +1,21 @@
+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;
+}