further fix div-floating
[phpfspot.git] / themes / default / templates / photo_index.tpl
index 95fbb726b3ec6b136f12dff366352dff958b3053..b8c0365ebe4147e7a4ab62f87282764aabb00aeb 100644 (file)
@@ -3,7 +3,7 @@
 <!-- Header - displays count of matched photos and some link's -->
 
 <div class="header">
- <div class="subheader">
+ <div class="header_title">
   <b>Photo Index</b>
   {if $searchfor }
    {if $count == 1}
@@ -29,7 +29,7 @@
    Results are limited to a date within {$from_date} to {$to_date}.
   {/if}
  </div>
- <div class="textright">
+ <div class="header_menu">
   {if $slideshow_link }
    <a href="{$slideshow_link}" title="Slideshow" target="_blank"><img src="{$web_path}/resources/slideshow.png" />&nbsp;Slideshow</a>
   {/if}
 
 { if $tag_result }
 <!-- seperator -->
-<div class="tagresult"></div>
-<!-- /seperator -->
-<div class="tagresulttags" style="float: left;">
- Tags:
-</div>
-<div class="tagresulttags">
- { $selected_tags }
-</div>
+ <div class="tagresult"></div>
+ <!-- /seperator -->
+ <div class="tagresulttags" style="float: left;">
 Tags:
+ </div>
+ <div class="tagresulttags">
 { $selected_tags }
+ </div>
 { /if }
 
 <!-- the photo matrix itself -->