Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matt <lukas@zauberstuhl.de>2014-04-22 17:02:10 +0400
committerLukas Matt <lukas@zauberstuhl.de>2014-05-15 15:23:43 +0400
commit9d3af93c7dcd6126f6fb6f7414323969379f1992 (patch)
treeabfbd6f9b346dfe2a9b092e3601fcc1776b65671
parente667a785edebfbe0fc354e071d32880e37957ff9 (diff)
Removed unicode from entypo css file
-rw-r--r--app/assets/stylesheets/entypo.css.scss1
-rw-r--r--app/assets/stylesheets/single-post-view.css.scss5
-rw-r--r--app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs2
3 files changed, 2 insertions, 6 deletions
diff --git a/app/assets/stylesheets/entypo.css.scss b/app/assets/stylesheets/entypo.css.scss
index 615ed4e28..a2d2a3774 100644
--- a/app/assets/stylesheets/entypo.css.scss
+++ b/app/assets/stylesheets/entypo.css.scss
@@ -141,7 +141,6 @@
&.globe:before { content: '\1f30e'; } /* 1f30e */
&.graduation-cap:before { content: '\1f393 '; } /* 1f393 */
&.heart-empty:before { content: '\2661'; } /* 2661 */
- &.report:before { content: '\21'; } /* 21 */
&.heart:before { content: '\2665'; } /* 2665 */
&.help:before { content: '\2753'; } /* 2753 */
&.home:before { content: '\2302'; } /* 2302 */
diff --git a/app/assets/stylesheets/single-post-view.css.scss b/app/assets/stylesheets/single-post-view.css.scss
index 056863407..b47897b88 100644
--- a/app/assets/stylesheets/single-post-view.css.scss
+++ b/app/assets/stylesheets/single-post-view.css.scss
@@ -61,12 +61,9 @@
i.comment:hover {
color: #424242;
}
- i.report.gray:hover {
+ .post_report i.gray:hover {
color: $red;
}
- i.report.red:hover {
- color: #f55f5a;
- }
i.heart.gray:hover {
color: $red;
}
diff --git a/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs
index 2d188f6ac..c70b326f6 100644
--- a/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs
+++ b/app/assets/templates/single-post-viewer/single-post-actions_tpl.jst.hbs
@@ -24,7 +24,7 @@
{{/if}}
<a href="#" rel="auth-required" data-type="post" class="post_report" title="{{t "report.name"}}">
- <i class="entypo report gray large"/>
+ <i class="entypo gray large">&#x21;</i>
</a>
</div>
</div>