mirror of
https://github.com/moodle/moodle.git
synced 2025-02-22 02:49:53 +01:00
73 lines
1.5 KiB
CSS
Executable File
73 lines
1.5 KiB
CSS
Executable File
/*
|
|
* These styles are ONLY included for IE 6 (via meta.php)
|
|
*/
|
|
|
|
/* Reset fonts for IE */
|
|
body {font-size:small;font:x-small;}
|
|
pre,code,kbd,samp,tt {font-size:108%;}
|
|
|
|
span.arrow.sep {
|
|
font-family: arial, sans-serif;
|
|
}
|
|
.arrow_button input {
|
|
font-family: arial, sans-serif;
|
|
}
|
|
.calendar-controls .previous,
|
|
.calendar-controls .next {
|
|
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);
|
|
}
|
|
div#header-home .headermain,
|
|
div#header .headermain {
|
|
margin-left: 5px;
|
|
}
|
|
.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: 3.2em;
|
|
padding: 0.2em 0;
|
|
}
|
|
form.mform input {
|
|
margin-left: expression((this.type=="text"||this.type=="file"||this.type=="password")?'-10px':'0');
|
|
}
|
|
form.mform textarea {
|
|
margin-left: -10px;
|
|
}
|
|
ul.section li {
|
|
margin: 0.3em 0;
|
|
}
|
|
div.sideblock ul.list li {
|
|
padding-bottom: 1px;
|
|
} |