Changeset 10645


Ignore:
Timestamp:
Apr 27, 2011, 7:54:02 PM (13 years ago)
Author:
mistic100
Message:

center informations table on first and last picture page
tested with default, sobre, os, pure, luciano, kardon, simple, stripped

Location:
trunk/themes/default
Files:
2 edited

Legend:

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

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

    r8772 r10645  
    356356        border: 0;
    357357}
    358 
    359 #linkPrev {
    360         float: left;
     358 
     359#infosImage {
     360        position:relative
     361}
     362
     363#infosImage #linkPrev {
     364        position:absolute;
     365        left:0;
    361366        margin-right: 10px;
    362367        margin-left: 5px;
    363368}
    364369
    365 #linkNext {
    366         float: right;
     370#infosImage #linkNext {
     371        position:absolute;
     372        right:0;
    367373        margin-right: 5px;
    368374        margin-left: 10px;
Note: See TracChangeset for help on using the changeset viewer.