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:
parent
c5969b786a
commit
56452f8711
7 changed files with 9 additions and 9 deletions
|
@ -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 );
|
||||
|
|
|
@ -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)}
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -23,7 +23,7 @@ H2, #menubar DT, #imageHeaderBar, #imageToolBar A:hover {
|
|||
border: 1px solid #d3d3d3;
|
||||
}
|
||||
|
||||
#imageWrap IMG {
|
||||
#theImage IMG {
|
||||
border: 3px solid #d3d3d3;
|
||||
}
|
||||
|
||||
|
|
|
@ -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)}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue