mirror of
https://github.com/moodle/moodle.git
synced 2025-02-25 20:43:33 +01:00
45 lines
930 B
CSS
45 lines
930 B
CSS
/*
|
|
* These styles are ONLY included for IE 6 (via meta.php)
|
|
*/
|
|
div.breadcrumb span.sep {
|
|
font-family: arial, sans-serif;
|
|
}
|
|
input {
|
|
padding: expression((this.type=="submit")?'0 4px':this.currentStyle.paddingTop+" "+this.currentStyle.paddingRight+" "+this.currentStyle.paddingBottom+" "+this.currentStyle.paddingLeft);
|
|
}
|
|
div.sideblock div.content input {
|
|
text-align: expression((this.type=="submit")?'center':this.currentStyle.textAlign);
|
|
}
|
|
div.sideblock div.content div.btn input {
|
|
width: expression((this.type=="submit")?'auto':this.currentStyle.width);
|
|
}
|
|
.tabtree {
|
|
height: 100%;
|
|
}
|
|
.tabrow0 {
|
|
padding-top: 10px;
|
|
}
|
|
.tabrow0 li {
|
|
margin: 0;
|
|
/*padding: 0;*/
|
|
}
|
|
.tabrow0 li.first {
|
|
margin: 0;
|
|
}
|
|
.tabrow0 li.last a {
|
|
margin-right: 0;
|
|
}
|
|
.tabrow0 li.onerow {
|
|
margin-right: 0;
|
|
}
|
|
.tabrow0 a {
|
|
padding: 0 5px 5px;
|
|
}
|
|
.tabrow0 a span {
|
|
padding: 0;
|
|
}
|
|
.tabrow0 div,
|
|
.tabrow0 ul {
|
|
top: 100%;
|
|
padding: 0 0 3px 0;
|
|
} |