diff options
| author | 2013-11-28 19:38:11 +0100 | |
|---|---|---|
| committer | 2013-11-28 19:38:11 +0100 | |
| commit | 10ce2d2c38b794ff5574b8205e11f240acf25ef7 (patch) | |
| tree | 968bcf24bf2811541354df14e798f02985bd8069 /app | |
| parent | dc2e1dc0817f0818943647d6b005ea35683c9c1b (diff) | |
Mise à jour designs
Les zones cliquables s'étaient rapetissées dans les en-têtes des
articles (le lien n'occupait pas toute la place)
La zone d'en-dessous était aussi ratatinnée
Diffstat (limited to 'app')
| -rw-r--r-- | app/views/helpers/view/normal_view.phtml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/app/views/helpers/view/normal_view.phtml b/app/views/helpers/view/normal_view.phtml index 99e4bedc7..ded34570f 100644 --- a/app/views/helpers/view/normal_view.phtml +++ b/app/views/helpers/view/normal_view.phtml @@ -84,6 +84,7 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { } ?> </div> + <ul class="horizontal-list bottom"><?php if (!login_is_conf ($this->conf) || is_logged ()) { if ($this->conf->bottomlineRead ()) { @@ -110,7 +111,10 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { ?> <div class="dropdown"> <div id="dropdown-share-<?php echo $item->id ();?>" class="dropdown-target"></div> - <?php echo RSSThemes::icon('share'); ?> <a class="dropdown-toggle" href="#dropdown-share-<?php echo $item->id ();?>"><?php echo Translate::t ('share'); ?></a> + <a class="dropdown-toggle" href="#dropdown-share-<?php echo $item->id ();?>"> + <?php echo RSSThemes::icon('share'); ?> + <?php echo Translate::t ('share'); ?> + </a> <ul class="dropdown-menu"> <li class="dropdown-close"><a href="#close">❌</a></li> @@ -168,7 +172,10 @@ if (isset ($this->entryPaginator) && !$this->entryPaginator->isEmpty ()) { <li class="item"> <div class="dropdown"> <div id="dropdown-tags-<?php echo $item->id ();?>" class="dropdown-target"></div> - <?php echo RSSThemes::icon('tag'); ?> <a class="dropdown-toggle" href="#dropdown-tags-<?php echo $item->id ();?>"><?php echo Translate::t ('related_tags'); ?></a> + <a class="dropdown-toggle" href="#dropdown-tags-<?php echo $item->id ();?>"> + <?php echo RSSThemes::icon('tag'); ?> + <?php echo Translate::t ('related_tags'); ?> + </a> <ul class="dropdown-menu"> <li class="dropdown-close"><a href="#close">❌</a></li> <?php foreach($tags as $tag) { ?> |
