source: trunk/template/yoga/fix-khtml.css @ 960

Last change on this file since 960 was 910, checked in by chrisaga, 19 years ago

bug 177 fixed: icon tools wrong position in Safari and Konqueror

Needed a little trick to fix it. Put the trick in a fix-khtml.css
Loading in header.tpl and protected from IE, Geko and Opera,
just in case (couldn't foud a safari css-only filter wich validate)

bug fixed: issue in the FORM in remote_site.tpl which prevented

HTML validation (still something to do with the TABLE).

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 435 bytes
Line 
1/* $Id:*/
2/* Issue in Safari/Konqueror only                                                 */
3/* If H2 has a 0 margin-top categoryActions doesn't float right but overwrites H2 */
4#content>DIV.titrePage>H2 {
5    margin: 1px 0 0 0;  /* add an arbitrary margin-top */
6}
7
8#content>div.titrePage {
9    position: relative;
10    top: -1px;          /* move the container up by the same amount */
11    margin-bottom: 5px; 
12}
13/* end Safari/Konqueror */
14
Note: See TracBrowser for help on using the repository browser.