Changeset 23642 for trunk/themes/elegant


Ignore:
Timestamp:
Jun 28, 2013, 9:39:31 PM (11 years ago)
Author:
flop25
Message:

bug:2918
Display a link for the fist and last page on picture.tpl, to go to the album
3 lang keys added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/themes/elegant/theme.css

    r23233 r23642  
    221221
    222222#imageInfos .navThumbs                          { width: 250px; height: 130px; margin: auto; padding: 0 5px;}
    223 #imageInfos .navThumb                           { position: relative; width: 120px; height: 120px; margin: 0; overflow: hidden;}
     223#imageInfos .navThumb                           { position: relative; margin: 0; overflow: hidden;}
    224224#imageInfos #linkPrev                           { float: left;}
    225 #imageInfos #linkNext                           { float: right;}
    226 #imageInfos .thumbHover                                 { position: absolute; width: 100%; height: 100%;}
     225#imageInfos #linkNext                           { float: right;}
     226#imageInfos #linkFirst, #imageInfos #linkLast { border-color: #444444;}
    227227#imageInfos .prevThumbHover                     { background: transparent url(icon/none.png) no-repeat center center;}
    228228#imageInfos .prevThumbHover:hover       { background: transparent url(icon/img_prev.png) no-repeat center center;}
Note: See TracChangeset for help on using the changeset viewer.