From dab8075c964fb1ba0c8ffc0158c29446bca70142 Mon Sep 17 00:00:00 2001 From: chrisaga Date: Wed, 19 Apr 2006 19:45:50 +0000 Subject: - merge trunc r1206:1207 into branch 1.6 (HTML validation) git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1208 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