moodle/theme/standard/styles_ie6.css

48 lines
580 B
CSS
Raw Normal View History

/*
* 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: 10px;
2007-01-24 13:22:11 +00:00
}
.tabrow0 li {
margin-left: 0;
}
.tabrow0 li.first {
2007-01-24 13:22:11 +00:00
margin-left: -4px;
margin-right: -4px;
}
.tabrow0 li.last a {
margin-right: 0;
}
.tabrow0 li.onerow {
2007-01-25 11:14:42 +00:00
margin-right: 0;
2007-01-24 13:22:11 +00:00
}
.tabrow0 a {
padding: 0 0 0 13px;
2007-01-24 13:22:11 +00:00
}
.tabrow0 a span {
2007-01-24 13:22:11 +00:00
padding: 12px 1em 4px 0;
}
.tabrow0 div,
.tabrow0 ul {
top: 2.7em;
padding: 0.2em 0;
}
/*fix for misalignment of text fields in ie */
form.mform input {
margin-left: -10px;
2007-01-24 13:22:11 +00:00
}