mirror of
https://github.com/moodle/moodle.git
synced 2025-02-23 19:44:19 +01:00
39 lines
572 B
CSS
39 lines
572 B
CSS
/*
|
|
* These styles are ONLY included for IE 7 (via meta.php)
|
|
*/
|
|
|
|
input[type="submit"] {
|
|
padding: 0 2px;
|
|
}
|
|
div.sideblock div.content input[type="submit"] {
|
|
text-align: center;
|
|
width: auto;
|
|
}
|
|
.tabrow0 {
|
|
padding-top: 5px;
|
|
}
|
|
.tabrow0 li {
|
|
margin-left: 0;
|
|
}
|
|
.tabrow0 li.first {
|
|
margin-right: 0;
|
|
}
|
|
.tabrow0 li.onerow {
|
|
margin-right: 0;
|
|
}
|
|
.tabrow0 a {
|
|
display: inline-block;
|
|
padding: 0 5px 5px;
|
|
line-height: 1.5em;
|
|
}
|
|
.tabrow0 a span {
|
|
padding: 0;
|
|
}
|
|
.tabrow0 div,
|
|
.tabrow0 ul {
|
|
top: 2.6em;
|
|
padding: 0 0 3px 0;
|
|
}
|
|
.tabrow0 div.empty {
|
|
margin-right: 0;
|
|
} |