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

Last change on this file since 10739 was 8378, checked in by rvelices, 13 years ago

css sprites fix ie7 display
picture.tpl more compact + removed unnecessary escape modifiers + use footer_script
template combine_css small things

  • Property svn:eol-style set to LF
File size: 378 bytes
RevLine 
[1900]1/* fix IE with another layout for thumbnails */
2
[8306]3.thumbnails .wrap2 {
[1900]4  display: block;
5  position: relative;
6  text-align: left;
7}
[8306]8.thumbnails .wrap2 A,
9.thumbnails .wrap2 SPAN {
[1900]10  overflow: visible;
11  position: absolute;
12  top: 50%;
13  text-align: center;
14}
15
[8306]16.thumbnails IMG.thumbnail {
[1900]17  position: relative;
18  top: -50%;   
19  margin-top: 2%;
20}
[2108]21
[8378]22.pwg-icon {
23        display: block;
24}
Note: See TracBrowser for help on using the repository browser.