2007-01-25 04:51:37 +00:00
|
|
|
/*
|
|
|
|
* These styles are ONLY included for IE 6 (via meta.php)
|
|
|
|
*/
|
|
|
|
|
2007-01-24 13:22:11 +00:00
|
|
|
.tabtree {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabrow0 {
|
|
|
|
padding-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabrow0 LI.first {
|
|
|
|
margin-left: -4px;
|
2007-01-25 11:14:42 +00:00
|
|
|
margin-right: 0;
|
2007-01-24 13:22:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabrow0 A {
|
2007-01-25 11:14:42 +00:00
|
|
|
padding: 0 0 0 14px;
|
2007-01-24 13:22:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabrow0 A span {
|
|
|
|
padding: 12px 1em 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tabrow0 UL {
|
2007-01-30 19:09:46 +00:00
|
|
|
top: 2.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*fix for misalignment of text fields in ie */
|
|
|
|
form.mform input {
|
|
|
|
margin-left: -10px;
|
2007-01-24 13:22:11 +00:00
|
|
|
}
|