From: Michael M Slusarz Date: Thu, 4 Jun 2009 19:05:27 +0000 (-0600) Subject: Display tweaks; remove redundant edit icon. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=3444b1d7a20d38861721f3a51bf4a58367165f11;p=horde.git Display tweaks; remove redundant edit icon. --- diff --git a/ingo/filters.php b/ingo/filters.php index 2d39f025c..d9deaca82 100644 --- a/ingo/filters.php +++ b/ingo/filters.php @@ -242,7 +242,6 @@ if (count($filter_list) == 0) { /* Create edit link. */ $entry['editlink'] = Horde::link($editurl, sprintf(_("Edit %s"), $name)); - $entry['editimg'] = Horde::img('edit.png', sprintf(_("Edit %s"), $name), '', $registry->getImageDir('horde')); /* Create delete link. */ if (!is_null($delurl)) { diff --git a/ingo/templates/filters/filter.html b/ingo/templates/filters/filter.html index 05834a4cd..72b206e03 100644 --- a/ingo/templates/filters/filter.html +++ b/ingo/templates/filters/filter.html @@ -1,9 +1,6 @@ - - - diff --git a/ingo/templates/filters/header.inc b/ingo/templates/filters/header.inc index 749bfeddb..0fa51cc97 100644 --- a/ingo/templates/filters/header.inc +++ b/ingo/templates/filters/header.inc @@ -24,9 +24,7 @@ function moveFromTo(from, to, upurl, downurl) - - - + diff --git a/ingo/themes/screen.css b/ingo/themes/screen.css index a81e3e6fd..1dfe964b0 100644 --- a/ingo/themes/screen.css +++ b/ingo/themes/screen.css @@ -1,9 +1,3 @@ -/* Menu bottom margin, added for BC. */ -#menu { - margin-bottom: 8px; -} - -/* Added for BC. */ -.hidden { - display: none; +.striped tr td:first-child { + padding-right: 8px; }