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

Last change on this file since 2377 was 2352, checked in by patdenice, 16 years ago

Change all #content by .content in css files.
In tpl files, id="content" stay here for backward compatibilities.
Add some plugins triggers in index.tpl and picture.tpl.

  • 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 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.