aboutsummaryrefslogtreecommitdiffstats
path: root/template-common
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-07-29 16:26:52 +0000
committerchrisaga <chrisaga@piwigo.org>2006-07-29 16:26:52 +0000
commit8723b9cf294ae8360cba618a958288621e59e219 (patch)
tree2fe3155f62a2c14a28feca284dcb35440b1d0a16 /template-common
parent7e35acd1cd9e75678dea76ca37e61d275ad210a0 (diff)
improve caddie display : better checkbox positionning in every tested browsers.
Opera still not perfect , but much better. git-svn-id: http://piwigo.org/svn/trunk@1518 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template-common')
-rw-r--r--template-common/default-layout.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css
index 2a0cbd086..79797560b 100644
--- a/template-common/default-layout.css
+++ b/template-common/default-layout.css
@@ -27,7 +27,7 @@ BODY#theAdminPage #content {
/* Set some sizes according to your maximum thumbnail width and height */
#content UL.thumbnails SPAN,
#content UL.thumbnails SPAN.wrap2 A,
-#content UL.thumbnails SPAN.wrap2 LABEL,
+#content UL.thumbnails LABEL,
#content DIV.thumbnailCategory DIV.illustration {
width: 140px; /* max thumbnail width + 2px */
}