changeset 4635:80faf3ee3e92

comment_add.png: use new icon-comment font
author Sean Farley <sean.michael.farley@gmail.com>
date Sun, 20 Jul 2014 18:41:46 -0500
parents fbf75412c609
children de5f6c9f50b0
files kallithea/public/css/style.css kallithea/public/images/icons/comment_add.png
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Fri Nov 14 16:48:40 2014 -0800
+++ b/kallithea/public/css/style.css	Sun Jul 20 18:41:46 2014 -0500
@@ -5110,12 +5110,17 @@
     position: relative;
     left: -32px;
     width: 32px;
-    top: -8px;
     height: 32px;
-    background: url("../images/icons/comment_add.png") no-repeat 100% 50%;
     cursor: pointer;
 }
 
+.add-bubble div:before {
+    font-size: 14px;
+    color: #577632;
+    font-family: "kallithea";
+    content: '\e80c';
+}
+
 div.comment:target>.comment-wrapp {
     border: solid 2px #ee0 !important;
 }
Binary file kallithea/public/images/icons/comment_add.png has changed