mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
103 lines
1.9 KiB
CSS
Executable File
103 lines
1.9 KiB
CSS
Executable File
/*
|
|
* These styles are ONLY included for IE 6 (via meta.php)
|
|
*/
|
|
|
|
.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.5em;
|
|
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-edit div.question div.content .questiontext,
|
|
#mod-quiz-edit #categoryquestions .questionname{
|
|
/*ie6 shows this as an arrow if this is not specified*/
|
|
cursor: pointer;
|
|
}
|
|
#mod-quiz-edit div.question div.content .questionname,
|
|
#mod-quiz-edit #categoryquestions .questiontext{
|
|
/*ie6 shows this as an arrow if this is not specified*/
|
|
cursor: pointer;
|
|
}
|
|
.mod-quiz div.tabtree a span img.iconsmall {
|
|
margin: 0;
|
|
vertical-align: baseline;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
#mod-quiz-edit div.question div.content .questiontext,#categoryquestions .questiontext{
|
|
width:50%;
|
|
}
|
|
#mod-quiz-edit div.question div.content .questionname,#categoryquestions .questionname{
|
|
width:20%;
|
|
}
|
|
#mod-quiz-edit .editq div.question div.content .randomquestioncategory a{
|
|
width:40%;
|
|
}
|
|
#mod-quiz-edit .reorder .questioncontentcontainer .randomquestioncategory label{
|
|
width: 35%;
|
|
}
|
|
#help_icon_tooltip .yui-tt-shadow-visible {
|
|
background-color: transparent;
|
|
}
|
|
.drag select {
|
|
visibility: visible;
|
|
}
|