revert css name change from previous commit

git-svn-id: http://piwigo.org/svn/trunk@12881 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2012-01-14 10:21:10 +00:00
parent c5969b786a
commit 56452f8711
7 changed files with 9 additions and 9 deletions

View file

@ -204,7 +204,7 @@ final class SizingParams
throw new Exception('Sizing arr');
$token = array_shift($tokens);
$crop = sscanf('%02x' , $token) / 100;
$crop = hexdec($token) / 100;
$token = array_shift($tokens);
$min_size = url_to_size( $token );

View file

@ -95,7 +95,7 @@ y.callService(
{include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
</div> <!-- imageToolBar -->
<div id="imageWrap">
<div id="theImage">
{$ELEMENT_CONTENT}
{if isset($COMMENT_IMG)}

View file

@ -332,7 +332,7 @@
border: 0;
}
#imageWrap A, .illustration A, A.navThumb, A.navThumb {
#theImage A, .illustration A, A.navThumb, A.navThumb {
border-bottom-width: 0;
}
.rateButtonStarFull, .rateButtonStarEmpty {

View file

@ -23,7 +23,7 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
border: 1px solid #d3d3d3;
}
#imageWrap IMG {
#theImage IMG {
border: 3px solid #d3d3d3;
}

View file

@ -79,7 +79,7 @@ y.callService(
{include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
</div>{*<!-- imageToolBar -->*}
<div id="imageWrap">
<div id="theImage">
{$ELEMENT_CONTENT}
{if isset($COMMENT_IMG)}

View file

@ -14,7 +14,7 @@
{include file='picture_nav_buttons.tpl'|@get_extent:'picture_nav_buttons'}
</div>
<div id="imageWrap">
<div id="theImage">
{$ELEMENT_CONTENT}
{if isset($COMMENT_IMG)}
<p class="showlegend">{$COMMENT_IMG}</p>

View file

@ -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;
}