diff options
| author | 2013-11-21 22:50:01 +0100 | |
|---|---|---|
| committer | 2013-11-21 22:50:01 +0100 | |
| commit | 4a89d1e08f19c86aaafdc42a92afde3f13a1c692 (patch) | |
| tree | d4c33214b9ac5f9895ff6c7f9edb09169203e8f1 /app/views/configure/display.phtml | |
| parent | 305f1436e3ca2907e5234ed77f62348cf4303b79 (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.phtml | 6 |
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> |
