summaryrefslogtreecommitdiff
path: root/app/views/configure/display.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-21 22:50:01 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-21 22:50:01 +0100
commit4a89d1e08f19c86aaafdc42a92afde3f13a1c692 (patch)
treed4c33214b9ac5f9895ff6c7f9edb09169203e8f1 /app/views/configure/display.phtml
parent305f1436e3ca2907e5234ed77f62348cf4303b79 (diff)
Corrections CSS suite aux alternatives Unicode des icônes
Contribue à https://github.com/marienfressinaud/FreshRSS/issues/284 Corrections de https://github.com/marienfressinaud/FreshRSS/commit/305f1436e3ca2907e5234ed77f62348cf4303b79
Diffstat (limited to 'app/views/configure/display.phtml')
-rw-r--r--app/views/configure/display.phtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml
index 292df41eb..3595b0003 100644
--- a/app/views/configure/display.phtml
+++ b/app/views/configure/display.phtml
@@ -162,12 +162,12 @@
<thead>
<tr>
<th> </th>
- <th><a class="read" title="<?php echo Translate::t ('mark_read'); ?>">✉</a></th>
- <th><a class="bookmark" title="<?php echo Translate::t ('mark_favorite'); ?>">★</a></th>
+ <th><a class="icon read" title="<?php echo Translate::t ('mark_read'); ?>">☑</a></th>
+ <th><a class="icon bookmark" title="<?php echo Translate::t ('mark_favorite'); ?>">★</a></th>
<th><?php echo Translate::t ('sharing'); ?></th>
<th><?php echo Translate::t ('related_tags'); ?></th>
<th><?php echo Translate::t ('publication_date'); ?></th>
- <th class="item link"><a> </a></th>
+ <th class="link"><a class="icon">↗</a></th>
</tr>
</thead>
<tbody>