From c5c39aee68899d94d984b4bd4df1150d64197a53 Mon Sep 17 00:00:00 2001 From: rvelices Date: Wed, 26 Apr 2006 01:56:35 +0000 Subject: merge -r1273 from branch-1_6 to trunk reduced the horizontal spacing between tags on the search page when clicking today on search page, the page is not scrolled to top git-svn-id: http://piwigo.org/svn/trunk@1274 68402e56-0260-453c-a942-63ccdbb3a9ee --- include/category_subcats.inc.php | 2 +- template/yoga/default-layout.css | 5 +++++ template/yoga/search.tpl | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/include/category_subcats.inc.php b/include/category_subcats.inc.php index 02a2b214b..578cabde6 100644 --- a/include/category_subcats.inc.php +++ b/include/category_subcats.inc.php @@ -161,7 +161,7 @@ SELECT id, path, tn_ext ), 'NAME' => htmlentities($category['name'],ENT_QUOTES), 'CAPTION_NB_IMAGES' => (($category['nb_images'] == 0) ? '' : sprintf("%d ".l10n('pictures'), $category['nb_images'])), - 'DESCRIPTION' => @$category['comment'],ENT_QUOTES, + 'DESCRIPTION' => @$category['comment'], ) ); } diff --git a/template/yoga/default-layout.css b/template/yoga/default-layout.css index 62cfd7a13..01f7afb29 100644 --- a/template/yoga/default-layout.css +++ b/template/yoga/default-layout.css @@ -158,6 +158,7 @@ FORM.filter FIELDSET LI LABEL { FORM.filter FIELDSET UL.tagSelection LABEL { display: inline; float: none; + margin-right:0.5em;/*reduce from above*/ } /* cannot use FIELDSET>LABEL because of IE<=6 */ @@ -179,6 +180,10 @@ FORM.filter FIELDSET LABEL SPAN TEXTAREA { margin: 0 0.5em 0 0; } +FORM.filter FIELDSET UL.tagSelection LI LABEL INPUT { + margin-right:0; +} + /* following declaration is important to avoid strange FF behaviour */ FORM.filter FIELDSET LABEL SPAN SELECT { margin: 0; diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl index 8de689664..d2089a756 100644 --- a/template/yoga/search.tpl +++ b/template/yoga/search.tpl @@ -70,7 +70,7 @@
  • - {lang:today} + {lang:today}
  • @@ -97,7 +97,7 @@
    {lang:search_options}