From fd60c69466028220a85533ba9e1abededfaf1e95 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 22 Jul 2007 07:41:29 +0000 Subject: [PATCH] issue46, some further style improvement git-svn-id: file:///var/lib/svn/phpfspot/trunk@241 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- themes/default/stylesheet.css | 9 +++++++++ themes/default/templates/slideshow.tpl | 14 +++++++------- 2 files changed, 16 insertions(+), 7 deletions(-) diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 33ef1bf..2074e21 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -197,3 +197,12 @@ table.calendar tr td { visibility: hidden; z-index: 1000; } + +#slide_navigation { + text-align: center; + padding: 5px; + -moz-border-radius: 5px; + border-radius: 5px; + border: dashed 1px #888888; + vertical-align: middle; +} diff --git a/themes/default/templates/slideshow.tpl b/themes/default/templates/slideshow.tpl index 2e726d7..da740ac 100644 --- a/themes/default/templates/slideshow.tpl +++ b/themes/default/templates/slideshow.tpl @@ -1,15 +1,15 @@ {include file="header.tpl"} -
- - slideshow_img - -
-
+
- +
+ + slideshow_img + +
+ {include file="footer.tpl"} -- 2.25.1