source: tags/release-1_7_0/template/yoga/fix-ie7.css @ 9690

Last change on this file since 9690 was 1912, checked in by rub, 17 years ago

Update svn properties (svn:eol-style and svn:keywords)

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 674 bytes
Line 
1/* $Id: fix-ie7.css 1912 2007-03-16 06:30:07Z rub $ */
2/* fix IE with another layout for thumbnails */
3
4#content UL.thumbnails SPAN.wrap2 {
5  display: block;
6  position: relative;
7  text-align: left;
8}
9#content UL.thumbnails SPAN.wrap2 A,
10#content UL.thumbnails SPAN.wrap2 SPAN {
11  overflow: visible;
12  position: absolute;
13  top: 50%;
14  text-align: center;
15}
16
17#content UL.thumbnails IMG.thumbnail {
18  position: relative;
19  top: -50%;   
20  margin-top: 2%;
21}
22#content UL.thumbnails SPAN.wrap2 {
23  border-radius: 8px;
24}
25.tabsheet li {
26  border-radius: 12px 12px 0px 0px;     /* round corners with CSS3 compliant browsers */
27}
28ul.tabsheet {
29  padding: 0px 0em 1.98em 6em;
30  border-bottom: 1px solid #fff;
31  border-top: 0px;
32}
Note: See TracBrowser for help on using the repository browser.