From 7e03ea33b5466be8d499925972a5d044e9695d3d Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sat, 3 May 2008 08:05:07 +0200 Subject: use smaller action icons Signed-off-by: Andreas Unterkircher --- themes/default/stylesheet.css | 9 +++++++++ themes/default/templates/photo_index.tpl | 21 +++++++++++++++------ themes/default/templates/single_photo.tpl | 8 +++----- 3 files changed, 27 insertions(+), 11 deletions(-) (limited to 'themes/default') diff --git a/themes/default/stylesheet.css b/themes/default/stylesheet.css index 7771736..d67f3ac 100644 --- a/themes/default/stylesheet.css +++ b/themes/default/stylesheet.css @@ -225,6 +225,15 @@ table.calendar tr td { vertical-align: middle; } +#whiteline { + height: 1px; + background-color: #ffffff; +} + +#index { + margin-top: 5px; +} + input.submit,input.checkbox { background-color: transparent; border: 0px; diff --git a/themes/default/templates/photo_index.tpl b/themes/default/templates/photo_index.tpl index c01c6af..4a30a46 100644 --- a/themes/default/templates/photo_index.tpl +++ b/themes/default/templates/photo_index.tpl @@ -1,4 +1,7 @@ + + +
Photo Index @@ -26,23 +29,27 @@ Results are limited to a date within {$from_date} to {$to_date}. {/if}
-
+
{if $slideshow_link } - +  Slideshow {/if} {if $extern_link } - +  External Link {/if} {if $export_link } - +  Export {/if} {if $rss_link } - +  RSS-Feed {/if}
+ + + { if $tag_result } -
+
Tags: @@ -51,6 +58,8 @@
{ /if } + +
{section name="thumb" loop=$thumbs step=1} diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index 78e489d..04a3502 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -18,13 +18,11 @@ - +  Auto-Browse {if $extern_link } - +  External Link {/if} - - original resolution - + original resolution Fullsize
-- cgit v1.2.3-18-g5258