moodle/theme/standard/styles_ie6.css

91 lines
1.5 KiB
CSS
Raw Normal View History

/*
* These styles are ONLY included for IE 6 (via meta.php)
*/
2007-01-24 13:22:11 +00:00
.tabtree {
2007-04-26 14:54:21 +00:00
height: 100%;
2007-01-24 13:22:11 +00:00
}
.tabrow0 {
2007-04-26 14:54:21 +00:00
padding-top: 10px;
2007-01-24 13:22:11 +00:00
}
.tabrow0 li {
2007-04-26 14:54:21 +00:00
margin-left: 0;
}
.tabrow0 li.first {
2007-04-26 14:54:21 +00:00
margin-left: -4px;
margin-right: -4px;
}
.tabrow0 li.last a {
2007-04-26 14:54:21 +00:00
margin-right: 0;
}
.tabrow0 li.onerow {
2007-04-26 14:54:21 +00:00
margin-right: 0;
2007-01-24 13:22:11 +00:00
}
.tabrow0 a {
2007-04-26 14:54:21 +00:00
padding: 0 0 0 13px;
2007-01-24 13:22:11 +00:00
}
.tabrow0 a span {
2007-04-26 14:54:21 +00:00
padding: 12px 1em 4px 0;
2007-01-24 13:22:11 +00:00
}
.tabrow0 div,
.tabrow0 ul {
top: 3.5em;
2007-04-26 14:54:21 +00:00
padding: 0.2em 0;
}
form.mform input {
margin-left: expression((this.type=="text"||this.type=="file"||this.type=="password")?'-10px':'0');
}
#admin-user-user_bulk form.mform input,
#admin-user form.mform input {
margin-left: 0;
}
form.mform textarea {
margin-left: -10px;
}
.que .info {
display: inline;
}
#adminsettings .form-setting,
#adminsettings .form-description {
display:inline-block; padding-left:2px;
}
#course-view li.activity {
height:0;
}
#mod-quiz-review #middle-column {
height: 1%;
}
#mod-quiz-edit div.question div.content .questionname,
#categoryquestions .questionname{
/*ie6 shows this as an arrow if this is not specified*/
cursor: pointer;
}
#mod-quiz-edit #categoryquestions .questiontext{
/*ie6 shows this as an arrow if this is not specified*/
cursor: pointer;
}
#mod-quiz-edit div.tabtree a span img.iconsmall{
display:none;
}
#mod-quiz-edit div.question div.content .questiontext,#categoryquestions .questiontext{
width:50%;
}
#mod-quiz-edit div.question div.content .questionname,#categoryquestions .questionname{
width:20%;
}