diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-04-23 10:31:10 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-04-23 10:31:10 +0000 |
commit | 98f978a38ea0cd716fcd63fb221b7a58877e2942 (patch) | |
tree | 14bc11317f651579a3e6d09914e7d23b7e99ce1d /template-common/default-layout.css | |
parent | f6d5aefa8b71dec9ab434edeef455bb286b4ac0c (diff) |
- improve : caddie display : now like the thumbails in category page. Valid HTML (still an Opera issue)
git-svn-id: http://piwigo.org/svn/trunk@1263 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template-common/default-layout.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css index 245115c6d..235f7df5f 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -24,6 +24,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 DIV.thumbnailCategory DIV.illustration { width: 140px; /* max thumbnail width + 2px */ } |