mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
center informations table on first and last picture page (second try)
git-svn-id: http://piwigo.org/svn/trunk@10804 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -106,6 +106,7 @@ y.callService(
|
||||
|
||||
</div>
|
||||
|
||||
<div id="imageInfos">
|
||||
{if $DISPLAY_NAV_THUMB}
|
||||
{if isset($previous)}
|
||||
<a class="navThumb" id="linkPrev" href="{$previous.U_IMG}" title="{'Previous'|@translate} : {$previous.TITLE}" rel="prev">
|
||||
@@ -277,6 +278,7 @@ y.callService(
|
||||
{/foreach}
|
||||
</table>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<hr class="separation">
|
||||
|
||||
|
||||
@@ -356,14 +356,21 @@ TD.calDayHead {
|
||||
border: 0;
|
||||
}
|
||||
|
||||
#imageInfos {
|
||||
position:relative;
|
||||
min-height:110px;
|
||||
}
|
||||
|
||||
#linkPrev {
|
||||
float: left;
|
||||
position:absolute;
|
||||
left:0;
|
||||
margin-right: 10px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
#linkNext {
|
||||
float: right;
|
||||
position:absolute;
|
||||
right:0;
|
||||
margin-right: 5px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user