diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-19 19:45:50 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-19 19:45:50 +0000 |
commit | dab8075c964fb1ba0c8ffc0158c29446bca70142 (patch) | |
tree | 878fb087d5fa74952e2034819e26e9043ddd1a94 /template/yoga/content.css | |
parent | 49fd1676ab114e425a79533270aed8b09835a9e3 (diff) |
- 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
Diffstat (limited to 'template/yoga/content.css')
-rw-r--r-- | template/yoga/content.css | 14 |
1 files changed, 14 insertions, 0 deletions
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 { |