mirror of
https://github.com/moodle/moodle.git
synced 2025-02-24 12:03:12 +01:00
51 lines
638 B
CSS
Executable File
51 lines
638 B
CSS
Executable File
/*
|
|
* These styles are ONLY included for IE 7 (via meta.php)
|
|
*/
|
|
|
|
.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.5em;
|
|
}
|
|
|
|
.tabrow0 a span {
|
|
padding: 10px 1em 10px 0;
|
|
}
|
|
|
|
.tabrow0 div,
|
|
.tabrow0 ul {
|
|
top: 2.6em;
|
|
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 {
|
|
margin-left: -10px;
|
|
margin-right: 10px;
|
|
}
|
|
|