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 {
|
2007-04-26 14:54:21 +00:00
|
|
|
height: 100%;
|
2007-01-24 13:22:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabrow0 {
|
2007-04-26 14:54:21 +00:00
|
|
|
padding-top: 10px;
|
2007-01-24 13:22:11 +00:00
|
|
|
}
|
|
|
|
|
2007-03-04 17:18:50 +00:00
|
|
|
.tabrow0 li {
|
2007-04-26 14:54:21 +00:00
|
|
|
margin-left: 0;
|
2007-03-04 17:18:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabrow0 li.first {
|
2007-04-26 14:54:21 +00:00
|
|
|
margin-left: -4px;
|
|
|
|
margin-right: -4px;
|
2007-03-04 17:18:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabrow0 li.last a {
|
2007-04-26 14:54:21 +00:00
|
|
|
margin-right: 0;
|
2007-03-04 17:18:50 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.tabrow0 li.onerow {
|
2007-04-26 14:54:21 +00:00
|
|
|
margin-right: 0;
|
2007-01-24 13:22:11 +00:00
|
|
|
}
|
|
|
|
|
2007-03-04 17:18:50 +00:00
|
|
|
.tabrow0 a {
|
2007-04-26 14:54:21 +00:00
|
|
|
padding: 0 0 0 13px;
|
2007-01-24 13:22:11 +00:00
|
|
|
}
|
|
|
|
|
2007-03-04 17:18:50 +00:00
|
|
|
.tabrow0 a span {
|
2007-04-26 14:54:21 +00:00
|
|
|
padding: 12px 1em 4px 0;
|
2007-01-24 13:22:11 +00:00
|
|
|
}
|
|
|
|
|
2007-03-04 17:18:50 +00:00
|
|
|
.tabrow0 div,
|
|
|
|
.tabrow0 ul {
|
2007-04-26 14:54:21 +00:00
|
|
|
top: 2.7em;
|
|
|
|
padding: 0.2em 0;
|
2007-01-30 19:09:46 +00:00
|
|
|
}
|
|
|
|
|
2007-06-06 19:55:32 +00:00
|
|
|
form.mform input {
|
|
|
|
margin-left: expression((this.type=="text"||this.type=="password")?'-10px':'0');
|
|
|
|
}
|
2007-04-03 02:14:09 +00:00
|
|
|
|
2007-06-06 19:55:32 +00:00
|
|
|
form.mform textarea {
|
|
|
|
margin-left: -10px;
|
|
|
|
}
|