further try to fix the stylesheet mess
authorAndreas Unterkircher <unki@netshadow.at>
Tue, 20 May 2008 19:31:25 +0000 (21:31 +0200)
committerAndreas Unterkircher <unki@netshadow.at>
Tue, 20 May 2008 19:31:25 +0000 (21:31 +0200)
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
themes/default/stylesheet.css
themes/default/templates/photo_index.tpl

index 93e56b79cedf4ce32fd411d3bca32ed2430d17c6..07571c9b58f304777b698b751c9b8b7e79995b73 100644 (file)
@@ -94,7 +94,6 @@ div.subheader {
    vertical-align:         middle;
    white-space:            nowrap;
    text-align:             left; 
-   float:                  left;
 }
 
 div.tagresult{ 
@@ -103,8 +102,8 @@ div.tagresult{
 }
 
 div.tagresulttags{
-   display:                table-cell; 
-   vertical-align:         middle;
+   padding:                5px 10px 5px 10px;
+   background-color:       #eeeeee;
 }
 
 div.photo{ 
index 9f0531e960f60eff2c93939f5483bdc04543f58b..95fbb726b3ec6b136f12dff366352dff958b3053 100644 (file)
@@ -29,7 +29,7 @@
    Results are limited to a date within {$from_date} to {$to_date}.
   {/if}
  </div>
-<div class="textright">
+ <div class="textright">
   {if $slideshow_link }
    <a href="{$slideshow_link}" title="Slideshow" target="_blank"><img src="{$web_path}/resources/slideshow.png" />&nbsp;Slideshow</a>
   {/if}
 <!-- seperator -->
 <div class="tagresult"></div>
 <!-- /seperator -->
-<div class="subheader">
- <div class="tagresulttags">
-  Tags:
- </div>
+<div class="tagresulttags" style="float: left;">
+ Tags:
+</div>
+<div class="tagresulttags">
  { $selected_tags }
 </div>
 { /if }