source: trunk/template/yoga/not-ie.css @ 2315

Last change on this file since 2315 was 2108, checked in by rvelices, 17 years ago
  • remove unused css for IE7
  • fix admin view plugin (due to a recent change elsewhere)
  • remove an echo from admin/stats.php
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Author Date Id Revision
File size: 667 bytes
Line 
1/* $Id: not-ie.css 2108 2007-09-28 02:22:57Z rvelices $ */
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.