From 5640aafb9d0c1638301bf83cbb63689b0bc5562d Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 28 Nov 2013 21:10:37 +0000 Subject: remove reminescences of pre multi size ... git-svn-id: http://piwigo.org/svn/trunk@25746 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/month_calendar.tpl | 10 +++++----- themes/default/theme.css | 12 ------------ 2 files changed, 5 insertions(+), 17 deletions(-) (limited to 'themes') diff --git a/themes/default/template/month_calendar.tpl b/themes/default/template/month_calendar.tpl index 9fbd8a1fa..ac8fed166 100644 --- a/themes/default/template/month_calendar.tpl +++ b/themes/default/template/month_calendar.tpl @@ -1,4 +1,4 @@ -{if !empty($chronology_navigation_bars) } +{if !empty($chronology_navigation_bars)} {foreach from=$chronology_navigation_bars item=bar}
{if isset($bar.previous)} @@ -22,7 +22,7 @@ {/foreach} {/if} -{if !empty($chronology_calendar.calendar_bars) } +{if !empty($chronology_calendar.calendar_bars)} {foreach from=$chronology_calendar.calendar_bars item=bar}
{$bar.HEAD_LABEL} ({$bar.NB_IMAGES})
@@ -40,7 +40,7 @@ {/foreach} {/if} -{if isset($chronology_calendar.month_view) } +{if isset($chronology_calendar.month_view)} @@ -50,7 +50,7 @@ {html_style} -TABLE.calMonth TBODY TD, TABLE.calMonth TBODY TD DIV.calImg{ +.calMonth TD, .calMonth .calImg{ width:{$chronology_calendar.month_view.CELL_WIDTH}px;height:{$chronology_calendar.month_view.CELL_HEIGHT}px } {/html_style} @@ -63,7 +63,7 @@ TABLE.calMonth TBODY TD, TABLE.calMonth TBODY TD DIV.calImg{
{$day.DAY}
{$day.DAY}
{else} diff --git a/themes/default/theme.css b/themes/default/theme.css index 1207c46b7..a5f8e49ad 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -173,18 +173,6 @@ TD.calDayCellFull, TD.calDayCellEmpty { border: 1px solid gray; } -.calImg { - overflow: hidden; - vertical-align: bottom; - z-index: 1; - position: relative; /*<- this required by IE*/ -} - -.calImg IMG { - position: relative; - border: 0; -} - .calBackDate { padding-left: 4px; padding-top: 0; -- cgit v1.2.3