Changeset 10804


Ignore:
Timestamp:
May 7, 2011, 2:19:18 PM (13 years ago)
Author:
mistic100
Message:

center informations table on first and last picture page (second try)

Location:
trunk/themes/default
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/default/template/picture.tpl

    r10738 r10804  
    107107</div>
    108108
     109<div id="imageInfos">
    109110{if $DISPLAY_NAV_THUMB}
    110111{if isset($previous)}
     
    278279</table>
    279280{/if}
     281</div>
    280282
    281283<hr class="separation">
  • trunk/themes/default/theme.css

    r10738 r10804  
    357357}
    358358
     359#imageInfos {
     360        position:relative;
     361        min-height:110px;
     362}
     363
    359364#linkPrev {
    360         float: left;
     365        position:absolute;
     366        left:0;
    361367        margin-right: 10px;
    362368        margin-left: 5px;
     
    364370
    365371#linkNext {
    366         float: right;
     372        position:absolute;
     373        right:0;
    367374        margin-right: 5px;
    368375        margin-left: 10px;
Note: See TracChangeset for help on using the changeset viewer.