summaryrefslogtreecommitdiffstats
path: root/themes/default/templates
diff options
context:
space:
mode:
authorAndreas Unterkircher <unki@netshadow.at>2007-12-31 20:11:50 +0100
committerAndreas Unterkircher <unki@netshadow.at>2007-12-31 20:11:50 +0100
commit16e51d9a51305667e72131272033f1de9634b3b3 (patch)
treea88f7f9f23af8c415614b116a7f46d57221dd86f /themes/default/templates
parent8ed6bc8285e3289a98552a35aa13c8231e6bc886 (diff)
default theme, avoid main content jumping around by setting max. width
Diffstat (limited to 'themes/default/templates')
-rw-r--r--themes/default/templates/index.tpl2
-rw-r--r--themes/default/templates/photo_index.tpl2
-rw-r--r--themes/default/templates/single_photo.tpl8
-rw-r--r--themes/default/templates/welcome.tpl4
4 files changed, 8 insertions, 8 deletions
diff --git a/themes/default/templates/index.tpl b/themes/default/templates/index.tpl
index 72a5ef0..d07554e 100644
--- a/themes/default/templates/index.tpl
+++ b/themes/default/templates/index.tpl
@@ -32,7 +32,7 @@
</tr>
</table>
</td>
- <td class="content">
+ <td class="content" style="width: 100%;">
<div id="content">
{include file="welcome.tpl"}
</div>
diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl
index 462163d..9ceb0dc 100644
--- a/themes/default/templates/photo_index.tpl
+++ b/themes/default/templates/photo_index.tpl
@@ -44,7 +44,7 @@
</td>
</tr>
<tr>
- <td colspan="3">
+ <td colspan="3" style="width: 100%;">
<div id="adinfo"></div>
<table class="matrix" id="matrix">
{section name="row" loop=$rows step=1}
diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl
index 22d8ca2..d80a006 100644
--- a/themes/default/templates/single_photo.tpl
+++ b/themes/default/templates/single_photo.tpl
@@ -1,5 +1,5 @@
<!-- Single photo -->
-<table>
+<table style="width: 100%;">
<tr>
<td class="content_title" style="text-align: left;">
<b>Photo {$image_name}</b><br />
@@ -26,9 +26,9 @@
</td>
</tr>
<tr>
- <td>
+ <td style="width: 100%;">
<div id='single'>
- <table>
+ <table class="matrix">
<tr>
<td colspan="3">
{ if $next_url == "" }
@@ -68,7 +68,7 @@
</table>
</div>
</td>
- <td style="width: 150px; padding-top: 20px;">
+ <td style="width: 150px; padding-top: 20px; padding-right: 20px">
<div id="photo_details">
{ if $ExifMadeWith }
<u><img src="resources/camera.png" alt="camera icon" />&nbsp;Image taken with:</u><br />
diff --git a/themes/default/templates/welcome.tpl b/themes/default/templates/welcome.tpl
index 9845755..fa8d80e 100644
--- a/themes/default/templates/welcome.tpl
+++ b/themes/default/templates/welcome.tpl
@@ -1,5 +1,5 @@
<!-- welcome -->
-<table>
+<table style="width: 100%;">
<tr>
<td class="index_header" style="text-align: left;">
phpfspot welcomes you to a dynamic photo gallery for <a href="http://f-spot.org" target="_blank">F-Spot</a><br />
@@ -7,7 +7,7 @@
</tr>
<tr>
<td>
- <div id='single'>
+ <div style="padding: 10px; display: table; margin-left: 10px; margin-right: 10px; table-layout: fixed; border: hidden; border-spacing: 10px; border-collapse: separate;">
<table>
<tr>
<td>