source: branches/2.4/themes/default/fix-ie7.css @ 16988

Last change on this file since 16988 was 16988, checked in by rvelices, 12 years ago

Merged revision(s) 16986-16987 from trunk: refactor code when selected derivative on index page is changed by a plugin ...
fix ie7 display and unwanted text in print

  • Property svn:eol-style set to LF
File size: 679 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 .wrap2 IMG {
17  position: relative;
18  top: -50%;
19}
20
21.pwg-icon {
22        display: block;
23}
24
25.imageInfoTable {display:block; margin: 0 200px;}
26.imageInfo {display:block; line-height:16px;}
27.imageInfo dt  {display:block; text-align:left; font-weight:bold; padding-right:0.5em;}
28.imageInfo dd {display:block; text-align:left; font-weight:normal;}
29.relSwitchBox {position:static;}
30#imageInfos dd { margin: 0 0 5px 20px;}
Note: See TracBrowser for help on using the repository browser.