diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/yoga/index.tpl | 1 | ||||
-rw-r--r-- | template/yoga/mainpage_categories.tpl | 16 | ||||
-rw-r--r-- | template/yoga/theme/Sylvia/theme.css | 3 |
3 files changed, 10 insertions, 10 deletions
diff --git a/template/yoga/index.tpl b/template/yoga/index.tpl index b6ddd131b..dc60daff5 100644 --- a/template/yoga/index.tpl +++ b/template/yoga/index.tpl @@ -4,7 +4,6 @@ <div id="content" class="content"> <div class="titrePage"> <ul class="categoryActions"> - <li> </li> {if !empty($image_orders) } <li> {'Sort order'|@translate}: diff --git a/template/yoga/mainpage_categories.tpl b/template/yoga/mainpage_categories.tpl index 226a82c05..0159bf6a4 100644 --- a/template/yoga/mainpage_categories.tpl +++ b/template/yoga/mainpage_categories.tpl @@ -14,13 +14,15 @@ <a href="{$cat.URL}">{$cat.NAME}</a> {$cat.ICON_TS} </h3> - {if isset($cat.INFO_DATES) } - <p>{$cat.INFO_DATES}</p> - {/if} - <p>{$cat.CAPTION_NB_IMAGES}</p> - {if not empty($cat.DESCRIPTION)} - <p>{$cat.DESCRIPTION}</p> - {/if} + <div class="text"> + {if isset($cat.INFO_DATES) } + <p class="dates">{$cat.INFO_DATES}</p> + {/if} + <p class="Nb_images">{$cat.CAPTION_NB_IMAGES}</p> + {if not empty($cat.DESCRIPTION)} + <p>{$cat.DESCRIPTION}</p> + {/if} + </div> </div> </div> </li> diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css index e2e3d26cf..851a755f3 100644 --- a/template/yoga/theme/Sylvia/theme.css +++ b/template/yoga/theme/Sylvia/theme.css @@ -52,8 +52,7 @@ padding: 0; margin:0; } padding: 0 0 0 10px; margin: 0; } .content .thumbnailCategory div.illustration a { display: block; margin: 0; padding:20px 0 0 8px; } #content .thumbnailCategory div.description { background:transparent url(images/cat_top-right.gif) no-repeat scroll right top; -margin:0; padding:15px 0 0 0; } -#content .thumbnailCategory div.description p { overvflow: hidden; } +margin:0; padding:15px 10px 3px 0; overflow: hidden; } #content.content .thumbnailCategory div.description H3 { display: block; margin: 0; } #content ul.thumbnailCategories li:hover { background-color:#111; } #imageHeaderBar .imageNumber { margin-right:170px; } |