From e3dcdc39f4729802cbbb47d379dca51b7be10dfd Mon Sep 17 00:00:00 2001 From: chrisaga Date: Wed, 19 Apr 2006 19:44:37 +0000 Subject:

- HTML validation : of thumbnails in caddie plus a more compact display

git-svn-id: http://piwigo.org/svn/trunk@1207 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/admin/element_set_global.tpl | 5 +++-- template/yoga/content.css | 14 ++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/yoga/admin/element_set_global.tpl b/template/yoga/admin/element_set_global.tpl index a4e46508c..1706646b9 100644 --- a/template/yoga/admin/element_set_global.tpl +++ b/template/yoga/admin/element_set_global.tpl @@ -157,7 +157,8 @@ - + +
@@ -167,7 +168,7 @@ alt="{thumbnails.line.thumbnail.ALT}" title="{thumbnails.line.thumbnail.TITLE}" class="thumbLink" /> -
+ diff --git a/template/yoga/content.css b/template/yoga/content.css index 970e5d93c..d7bf95884 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -185,6 +185,20 @@ SPAN.filename:after { content: "]"; } +TABLE.thumbnail { + margin-left: auto; + margin-right: auto; +} +TD.thumbnail label { + position: relative; +} +TD.thumbnail input { + position: absolute; + left: 0; + top: 0; + background: transparent; + border: none; +} /* begin chronology/calendar elements*/ #content DIV.calendarViews { -- cgit v1.2.3