mirror of
https://github.com/moodle/moodle.git
synced 2025-02-20 16:15:54 +01:00
58 lines
1008 B
CSS
Executable File
58 lines
1008 B
CSS
Executable File
/*
|
|
* These styles are ONLY included for IE 7 (via meta.php)
|
|
*/
|
|
|
|
/* Reset fonts for IE */
|
|
body {font-size:small;font:x-small;}
|
|
pre,code,kbd,samp,tt {font-size:108%;}
|
|
|
|
input[type="submit"] {
|
|
padding: 0 2px;
|
|
}
|
|
div.sideblock div.content input[type="submit"] {
|
|
text-align: center;
|
|
width: auto;
|
|
}
|
|
.tabrow0 li {
|
|
margin-left: 0;
|
|
}
|
|
.tabrow0 li.first {
|
|
margin-right: -4px;
|
|
}
|
|
.tabrow0 li.onerow {
|
|
margin-right: 0;
|
|
}
|
|
.tabrow0 a {
|
|
display: inline-block;
|
|
padding: 8px 0 0.35em 13px;
|
|
line-height: 1.6em;
|
|
}
|
|
.tabrow0 a span {
|
|
padding: 10px 1em 10px 0;
|
|
}
|
|
.tabrow0 div,
|
|
.tabrow0 ul {
|
|
top: 2.9em;
|
|
padding: 0.2em 0;
|
|
}
|
|
.tabrow0 div.empty {
|
|
margin-right: 0;
|
|
}
|
|
.sideblock {
|
|
overflow: hidden;
|
|
}
|
|
.sideblock .content {
|
|
word-wrap: break-word;
|
|
}
|
|
/*fix for misalignment of text fields in ie */
|
|
form.mform input[type=text],
|
|
form.mform input[type=file],
|
|
form.mform input[type=password] {
|
|
margin-left: -10px;
|
|
}
|
|
form.mform textarea {
|
|
margin-left: -10px;
|
|
}
|
|
form.mform .fcheckbox input {
|
|
margin-left: -3px;
|
|
} |