source: trunk/themes/default/fix-ie7.css @ 13788

Last change on this file since 13788 was 13774, checked in by Zaphod, 12 years ago

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.

  • Property svn:eol-style set to LF
File size: 703 bytes
Line 
1/* fix IE with another layout for thumbnails */
2
3.thumbnails .wrap2 {
4  display: block;
5  position: relative;
6  text-align: left;
7}
8.thumbnails .wrap2 A,
9.thumbnails .wrap2 SPAN {
10  overflow: visible;
11  position: absolute;
12  top: 50%;
13  text-align: center;
14}
15
16.thumbnails IMG.thumbnail {
17  position: relative;
18  top: -50%;   
19  margin-top: 2%;
20}
21
22.pwg-icon {
23        display: block;
24}
25
26.imageInfoTable {display:block; margin: 0 200px;}
27.imageInfo {display:block; line-height:16px;}
28.imageInfo dt  {display:block; text-align:left; font-weight:bold; padding-right:0.5em;}
29.imageInfo dd {display:block; text-align:left; font-weight:normal;}
30.relSwitchBox {position:static;}
31#imageInfos dd { margin: 0 0 5px 20px;}
Note: See TracBrowser for help on using the repository browser.