From 56452f8711d231d43f930e3a2cecbde6e900198f Mon Sep 17 00:00:00 2001 From: rvelices Date: Sat, 14 Jan 2012 10:21:10 +0000 Subject: revert css name change from previous commit git-svn-id: http://piwigo.org/svn/trunk@12881 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/picture.tpl | 2 +- themes/default/template/slideshow.tpl | 2 +- themes/default/theme.css | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'themes/default') diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl index 2416e5973..6fb873771 100644 --- a/themes/default/template/picture.tpl +++ b/themes/default/template/picture.tpl @@ -79,7 +79,7 @@ y.callService( {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'} {**} -
+
{$ELEMENT_CONTENT} {if isset($COMMENT_IMG)} diff --git a/themes/default/template/slideshow.tpl b/themes/default/template/slideshow.tpl index db360737c..a310935a2 100644 --- a/themes/default/template/slideshow.tpl +++ b/themes/default/template/slideshow.tpl @@ -14,7 +14,7 @@ {include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
-
+
{$ELEMENT_CONTENT} {if isset($COMMENT_IMG)}

{$COMMENT_IMG}

diff --git a/themes/default/theme.css b/themes/default/theme.css index 5232b03a1..2b43be418 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -352,13 +352,13 @@ TD.calDayHead { z-index: 100; } -#imageWrap { +#theImage { clear: left; text-align: center; position: relative; /*so that the drivative switch link is positioned relative to us*/ } -#imageWrap>IMG { +#theImage>IMG { display: block; margin: 0 auto; border: 0; @@ -420,7 +420,7 @@ TD.calDayHead { } .contentWithMenu #imageToolBar, -.contentWithMenu #imageWrap { +.contentWithMenu #theImage { clear: none; } -- cgit v1.2.3