From 80d4f5cf3d2d48fb095d0a2c7013dc3d99ae0065 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Tue, 19 Mar 2013 23:02:21 +0100 Subject: [PATCH] =?UTF-8?q?correction=20petit=20bug=20entryController=20+?= =?UTF-8?q?=20petites=20am=C3=A9liorations=20design?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/controllers/entryController.php | 1 + app/views/index/index.phtml | 2 +- public/theme/base.css | 10 ++++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/app/controllers/entryController.php b/app/controllers/entryController.php index a2fec5b3a..e3c4fe165 100755 --- a/app/controllers/entryController.php +++ b/app/controllers/entryController.php @@ -9,6 +9,7 @@ class entryController extends ActionController { ); } + $this->params = array (); $this->redirect = false; $ajax = Request::param ('ajax'); if ($ajax) { diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml index 2ac39b42b..53d7a2412 100644 --- a/app/views/index/index.phtml +++ b/app/views/index/index.phtml @@ -50,7 +50,7 @@ if (isset ($this->entryPaginator)) { feed (true); ?> -
  • favicon <?php echo $feed->name (); ?> name (); ?>
  • +
  • favicon <?php echo $feed->name (); ?> name (); ?>
  • title (); ?>

  • le date (); ?>
  • diff --git a/public/theme/base.css b/public/theme/base.css index 3de642d3c..9f53293d5 100644 --- a/public/theme/base.css +++ b/public/theme/base.css @@ -698,11 +698,16 @@ input, select, textarea { } .flux_header .item.website { width: 200px; - padding: 0 5px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; + line-height: 35px; } + .flux_header .item.website a { + display: block; + padding: 0 5px; + height: 35px; + } .flux_header .item.title { overflow: hidden; white-space: nowrap; @@ -854,7 +859,8 @@ input, select, textarea { display: none; } .flux_header .item.website { - width: 20px; + width: 30px; + text-align: center; } .pagination .pager-previous, .pagination .pager-next { width: 100px;