Ignore:
Timestamp:
Mar 27, 2012, 10:44:11 PM (12 years ago)
Author:
Zaphod
Message:

feature 2588: uniformization of picture.tpl

picture.tpl is merge between default theme & elegant theme.
css adaptation to have the image info displayed as a table with default.

File:
1 edited

Legend:

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

    r13764 r13774  
    150150    z-index: 100;
    151151}
    152 .switchBox .switchCheck                                 { width: 18px; text-align: left; display: inline-block; line-height:17px;}
    153 .switchBox .switchUnselected            { margin-left: 18px; line-height:17px;}
    154152.derivativeSizeDetails                          { display: none;}
    155153
     
    177175        margin:0;
    178176}
    179 .imageNumber                                            { display: inline-block; float: right; line-height: 26px; margin-right: 2px; min-width: 40px; text-align: center;}
     177.imageNumber                                            { display: inline-block; float: right; line-height: 26px; margin: 0 2px 0 0; min-width: 40px; text-align: center;}
    180178#imageToolBar                                           { margin-top: -28px; margin-bottom: 0; float: right;}
    181179#thePicturePage .pwg-button                     { width: 26px;}
     
    221219#imageInfos .nextThumbHover:hover       { background: transparent url(icon/img_next.png) no-repeat center center;}
    222220
    223 #imageInfos dl                                          { padding: 0 15px;}
    224 #imageInfos dt                                          { font-weight: bold;}
    225 #imageInfos dd                                          { margin: 0 0 5px 20px;}
     221#imageInfos dl.imageInfoTable           { display: block; padding: 0 15px; margin: 12px auto;}
     222#imageInfos .imageInfo                          { display: block; line-height: 16px;}
     223#imageInfos .imageInfo dt                               { display: block; font-weight: bold; text-align: left; padding: 0;}
     224#imageInfos .imageInfo dd                       { display: block; text-align: left; margin: 0 0 5px 20px;}
    226225#imageInfos h3                                          { margin: 20px 0 10px;}
    227226
Note: See TracChangeset for help on using the changeset viewer.