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/default/fix-ie5-ie6.css

    r8772 r13774  
    7171        display: block;
    7272}
     73
     74.imageInfoTable {display:block; margin: 0 200px;}
     75.imageInfo {display:block; line-height:16px;}
     76.imageInfo dt  {display:block; text-align:left; font-weight:bold; padding-right:0.5em;}
     77.imageInfo dd {display:block; text-align:left; font-weight:normal;}
     78.relSwitchBox {position:static;}
     79#imageInfos dd { margin: 0 0 5px 20px;}
Note: See TracChangeset for help on using the changeset viewer.