aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-04-19 19:44:37 +0000
committerchrisaga <chrisaga@piwigo.org>2006-04-19 19:44:37 +0000
commite3dcdc39f4729802cbbb47d379dca51b7be10dfd (patch)
treec73fbe0ad0339e90e16c2935520b5ad585d4d780 /template
parentde2d7a40f9f88bcc420a858710fd3f52dcf2cb4d (diff)
<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans">
<p>- HTML validation : of thumbnails in caddie plus a more compact display</p> </body></html> git-svn-id: http://piwigo.org/svn/trunk@1207 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/admin/element_set_global.tpl5
-rw-r--r--template/yoga/content.css14
2 files changed, 17 insertions, 2 deletions
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 @@
<div class="navigationBar">{NAV_BAR}</div>
<!-- BEGIN thumbnails -->
- <table valign="top" align="center" class="thumbnail">
+ <!--table valign="top" align="center" class="thumbnail"-->
+ <table class="thumbnail">
<!-- BEGIN line -->
<tr>
<!-- BEGIN thumbnail -->
@@ -167,7 +168,7 @@
alt="{thumbnails.line.thumbnail.ALT}"
title="{thumbnails.line.thumbnail.TITLE}"
class="thumbLink" />
- <br /><input type="checkbox" name="selection[]" value="{thumbnails.line.thumbnail.ID}" />
+ <input type="checkbox" name="selection[]" value="{thumbnails.line.thumbnail.ID}" />
</label>
</td>
<!-- END thumbnail -->
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 {