Line | |
---|
1 | /* $Id: not-ie.css 2352 2008-05-20 00:27:26Z patdenice $ */ |
---|
2 | |
---|
3 | /* All directives not supported by IE */ |
---|
4 | /* can be overiden in any theme but not hidden to IE */ |
---|
5 | |
---|
6 | .content UL.thumbnails SPAN.wrap2 { |
---|
7 | -moz-border-radius: 4px; /* round corners with Geko */ |
---|
8 | -webkit-border-radius: 4px; /* Safari webkit project */ |
---|
9 | } |
---|
10 | .content DIV#comments { |
---|
11 | padding-left: 5px; |
---|
12 | padding-right: 5px; |
---|
13 | -moz-box-sizing: padding-box !important; |
---|
14 | } |
---|
15 | FORM#quickconnect LABEL { |
---|
16 | margin:0; |
---|
17 | width: 100%; |
---|
18 | -moz-box-sizing: padding-box !important; |
---|
19 | box-sizing: border-box; /* CSS3 */ |
---|
20 | } |
---|
21 | ul.tabsheet li { |
---|
22 | -moz-border-radius: 6px 6px 0px 0px; /* round corners with Geko */ |
---|
23 | -webkit-border-radius: 6px 6px 0px 0px; /* Safari webkit project */ |
---|
24 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.