summaryrefslogtreecommitdiffstats
path: root/themes/default/templates/single_photo.tpl
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2008-05-22 16:28:05 +0200
committerAndreas Unterkircher <unki@netshadow.at>2008-05-22 16:28:05 +0200
commit597c52097954f47e89451fea0086cf9c606be7d2 (patch)
tree8e0a3e88b949f9e382278824439192685ce88fe6 /themes/default/templates/single_photo.tpl
parent5ec91df1ab9f055342d68a996271da04fa545631 (diff)
further fix div-floating
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'themes/default/templates/single_photo.tpl')
-rw-r--r--themes/default/templates/single_photo.tpl9
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl
index 8cd5aa5..97ef0cf 100644
--- a/themes/default/templates/single_photo.tpl
+++ b/themes/default/templates/single_photo.tpl
@@ -1,6 +1,6 @@
<!-- Single photo -->
<div class="header">
- <div class="subheader">
+ <div class="header_title">
<b>Photo {$image_name}</b><br />
{if $photo_count > 0}
{$photo_number} of {$photo_count}
@@ -14,7 +14,7 @@
{/if}
{/if}
</div>
- <div class="textright">
+ <div class="header_menu">
<a href="javascript:zoom(-10);" title="zoom_out" onclick="click(this);"><img src="{$web_path}/resources/zoom-out.png" /></a>
<a href="javascript:zoom(0);" title="zoom_100" onclick="click(this);"><img src="{$web_path}/resources/zoom-100.png" /></a>
<a href="javascript:zoom(10);" title="zoom_in" onclick="click(this);"><img src="{$web_path}/resources/zoom-in.png" /></a>
@@ -26,7 +26,8 @@
</div>
</div>
-<div>
+<p class="cb">
+
<div id="photo_details">
{ if $ExifMadeWith }
<u><img src="{$web_path}/resources/camera.png" alt="camera icon" />&nbsp;Image taken with:</u><br />
@@ -96,7 +97,7 @@
</a>
{ /if}
</div>
-</div>
+</p>
<script type="text/javascript">
<!--
if(autobrowse && document.getElementById("autobrowse_ico"))