From 16e51d9a51305667e72131272033f1de9634b3b3 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Mon, 31 Dec 2007 20:11:50 +0100 Subject: [PATCH] default theme, avoid main content jumping around by setting max. width --- themes/default/stylesheet.css | 8 ++++---- themes/default/templates/index.tpl | 2 +- themes/default/templates/photo_index.tpl | 2 +- themes/default/templates/single_photo.tpl | 8 ++++---- themes/default/templates/welcome.tpl | 4 ++-- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index c57c8a9..eae8f4a 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -133,23 +133,23 @@ a.thumblink:hover { #single { padding: 10px; display: table; - margin-left: 10px; - margin-right: 10px; table-layout: fixed; border: hidden; border-spacing: 10px; border-collapse: separate; + margin-left: auto; + margin-right: auto; } table.matrix { padding: 10px; display: table; - margin-left: 5px; - margin-right: 10px; table-layout: fixed; border-style: hidden; border-spacing: 10px; border-collapse: separate; + margin-left: auto; + margin-right: auto; } td.thumb { 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 @@ - +
{include file="welcome.tpl"}
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 @@ - +
{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 @@ -
+
- -
Photo {$image_name}
@@ -26,9 +26,9 @@
+
- +
{ if $next_url == "" } @@ -68,7 +68,7 @@
+
{ if $ExifMadeWith } camera icon Image taken with:
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 @@ - +
phpfspot welcomes you to a dynamic photo gallery for F-Spot
@@ -7,7 +7,7 @@
-
+
-- 2.25.1