2007-03-12 22:33:53 +00:00
|
|
|
/* fix IE with another layout for thumbnails */
|
|
|
|
|
2010-12-26 06:21:26 +00:00
|
|
|
.thumbnails .wrap2 {
|
2007-03-12 22:33:53 +00:00
|
|
|
display: block;
|
|
|
|
position: relative;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2010-12-26 06:21:26 +00:00
|
|
|
.thumbnails .wrap2 A,
|
|
|
|
.thumbnails .wrap2 SPAN {
|
2007-03-12 22:33:53 +00:00
|
|
|
overflow: visible;
|
|
|
|
position: absolute;
|
|
|
|
top: 50%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2010-12-26 06:21:26 +00:00
|
|
|
.thumbnails IMG.thumbnail {
|
2007-03-12 22:33:53 +00:00
|
|
|
position: relative;
|
|
|
|
top: -50%;
|
|
|
|
margin-top: 2%;
|
|
|
|
}
|
2007-09-28 02:22:57 +00:00
|
|
|
|
2010-12-29 21:00:25 +00:00
|
|
|
.pwg-icon {
|
|
|
|
display: block;
|
|
|
|
}
|
2011-10-23 21:08:35 +00:00
|
|
|
|
2012-03-27 20:44:11 +00:00
|
|
|
.imageInfoTable {display:block; margin: 0 200px;}
|
|
|
|
.imageInfo {display:block; line-height:16px;}
|
|
|
|
.imageInfo dt {display:block; text-align:left; font-weight:bold; padding-right:0.5em;}
|
|
|
|
.imageInfo dd {display:block; text-align:left; font-weight:normal;}
|
|
|
|
.relSwitchBox {position:static;}
|
|
|
|
#imageInfos dd { margin: 0 0 5px 20px;}
|