source: extensions/floPure/not-ie.css @ 3417

Last change on this file since 3417 was 3333, checked in by flop25, 15 years ago

first commit

File size: 740 bytes
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}
15FORM#quickconnect LABEL {
16  margin:0;
17  width: 100%;
18 -moz-box-sizing: padding-box !important;
19  box-sizing: border-box; /* CSS3 */
20}
21ul.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.