From 9a0ee986fdb248fc371001b6558c5e25032c0a8f Mon Sep 17 00:00:00 2001 From: chrisaga Date: Sun, 9 Apr 2006 12:21:18 +0000 Subject: - merge trunc r1135:1136 into branch 1.6 git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1137 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/yoga/content.css | 18 +++++++++++------- template/yoga/mainpage_categories.tpl | 2 -- template/yoga/theme/clear/theme.css | 3 ++- template/yoga/theme/dark/theme.css | 3 ++- 4 files changed, 15 insertions(+), 11 deletions(-) (limited to 'template') diff --git a/template/yoga/content.css b/template/yoga/content.css index 9fc3f996d..970e5d93c 100644 --- a/template/yoga/content.css +++ b/template/yoga/content.css @@ -266,10 +266,15 @@ DIV.calImg { padding: 0; list-style: none; text-align: center; + overflow: hidden; + width: 100%; +} + +* html #content UL.thumbnailCategories { + width: 99%; /* buggy IE box model */ } #content UL.thumbnailCategories LI { - width: 49.9%; /* 49.9% for 2 per line, 33.3% for 3 per line*/ margin:0; padding:0; float:left; @@ -277,18 +282,19 @@ DIV.calImg { #content DIV.thumbnailCategory { display:block; - border: 1px solid #aaa; - padding: 5px 0px 0px 4px; + padding: 2px 0px 0px 2px; margin: 5px; } #content DIV.thumbnailCategory DIV.description { font-size: 90%; + overflow: auto; + width: inherit; } #content DIV.thumbnailCategory DIV.description H3 { text-align: left; - background: #eee; + background: transparent; margin: 0; padding: 0.1em; font-size: 120%; @@ -300,8 +306,6 @@ DIV.calImg { #content DIV.thumbnailCategory DIV.illustration { text-align: left; - padding: 2px; + margin: 2px 0 2px 2px; float: left; - width: 110px; /* sorry, this is a very personal value :-( */ - height: 110px; } diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl index de0ed498e..1bc0a9e73 100644 --- a/template/yoga/mainpage_categories.tpl +++ b/template/yoga/mainpage_categories.tpl @@ -18,10 +18,8 @@

{categories.category.NB_IMAGES} {lang:pictures}

{categories.category.DESCRIPTION}

-
-
diff --git a/template/yoga/theme/clear/theme.css b/template/yoga/theme/clear/theme.css index 07cdffabb..31e88d90d 100644 --- a/template/yoga/theme/clear/theme.css +++ b/template/yoga/theme/clear/theme.css @@ -33,7 +33,8 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover { } FIELDSET, INPUT, SELECT, TEXTAREA, -#content DIV.comment A.illustration IMG, #infos { +#content DIV.comment A.illustration IMG, #infos, +#content DIV.thumbnailCategory { border: 1px solid gray; } diff --git a/template/yoga/theme/dark/theme.css b/template/yoga/theme/dark/theme.css index 157c7c371..2bbe9533b 100644 --- a/template/yoga/theme/dark/theme.css +++ b/template/yoga/theme/dark/theme.css @@ -60,7 +60,8 @@ H2, #menubar DT, .throw { } FIELDSET, INPUT, SELECT, TEXTAREA, -#content DIV.comment A.illustration IMG, #infos { +#content DIV.comment A.illustration IMG, #infos, +#content DIV.thumbnailCategory { border: 1px solid gray; } -- cgit v1.2.3