source: tags/release-1_7_2/template/yoga/not-ie.css @ 23522

Last change on this file since 23522 was 1900, checked in by rub, 17 years ago

Apply property svn:eol-style Value: LF

  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 686 bytes
Line 
1/* $Id: not-ie.css 1900 2007-03-12 22:33:53Z rub $ */
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 CSS3 compliant browsers */
23  -webkit-border-radius: 6px 6px 0px 0px; /* Safari webkit project */
24}
Note: See TracBrowser for help on using the repository browser.