From f5e9c6d998d5f625b0694db4c7a47f9c63cfdd3a Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Fri, 23 May 2008 10:39:04 +0200 Subject: [PATCH 1/1] issue115, fix style of tag-result icon-bar Signed-off-by: Andreas Unterkircher --- phpfspot.class.php | 15 ++++----------- themes/default/stylesheet.css | 13 +++++++++++-- 2 files changed, 15 insertions(+), 13 deletions(-) diff --git a/phpfspot.class.php b/phpfspot.class.php index d2bb907..9c4321a 100644 --- a/phpfspot.class.php +++ b/phpfspot.class.php @@ -778,17 +778,10 @@ class PHPFSPOT { break; case 'img': $output.= " -
-
- tags[$tag] ."\"> - cfg->web_path ."/phpfspot_img.php?tagidx=". $tag ."\" /> - -
-
- tags[$tag] ."\"> - cfg->web_path ."/resources/underbar.png\" /> - -
+ "; break; diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 1c0ebcf..4aa376c 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -105,8 +105,15 @@ div.tagresult{ } div.tagresulttags{ - padding: 5px 10px 5px 10px; + padding: 5px 0px 5px 10px; background-color: #eeeeee; + vertical-align: middle; +} + +div.tagresulttag{ + padding: 0 0 0 5px; + background-color: #eeeeee; + display: inline; } div.photo{ @@ -220,7 +227,9 @@ div.thumb a.thumblink:hover { color: #4761ab; } -.cb { clear: both; } +.cb { + clear: both; +} #photo_details { width: 150px; -- 2.25.1