moodle/theme/standard/styles_ie6.css

44 lines
471 B
CSS
Executable file

/*
* These styles are ONLY included for IE 6 (via meta.php)
*/
.tabtree {
height: 100%;
}
.tabrow0 {
padding-top: 10px;
}
.tabrow0 li {
margin-left: 0;
}
.tabrow0 li.first {
margin-left: -4px;
margin-right: -4px;
}
.tabrow0 li.last a {
margin-right: 0;
}
.tabrow0 li.onerow {
margin-right: 0;
}
.tabrow0 a {
padding: 0 0 0 13px;
}
.tabrow0 a span {
padding: 12px 1em 4px 0;
}
.tabrow0 div,
.tabrow0 ul {
top: 2.7em;
padding: 0.2em 0;
}