question bank: MDL-17992 and MDL-17397. Put back questiontext as a separate row option, and increase consistenscy between stand-alone qbank and the display in the quiz editing page.

This commit is contained in:
tjhunt 2009-01-23 05:01:37 +00:00
parent 89b8ce51d9
commit b7a9dc5193
5 changed files with 140 additions and 59 deletions

View file

@ -1187,7 +1187,12 @@ css id's of question bank*/
#mod-quiz-edit .questionbankwindow div.header a{
color:#FFF;
}
#categoryquestions .r1 {
background: #e4e4e4;
}
#categoryquestions .header {
border: 0 none;
}
/***
*** Modules: Resource

View file

@ -1046,7 +1046,7 @@ body#mod-forum-index .generalbox .cell {
text-decoration:underline;
}
#mod-quiz-edit div.question div.content .questiontext,
#categoryquestions .questiontext{
#mod-quiz-edit #categoryquestions .questiontext {
font-weight:bold;
}
#mod-quiz-edit div.question div.content div.questioncontrols{

View file

@ -4718,6 +4718,10 @@ table.quizreviewsummary td.cell {
padding-right:0.3em;
}
.sideblock #categoryquestions .header {
text-align: center;
padding:0;
}
#mod-quiz-edit div.question div.content .questionname,
#categoryquestions .questionname{
@ -5000,8 +5004,9 @@ css id's of question bank*/
width:100%;
}
#mod-quiz-edit table#categoryquestions{
width:100%;
overflow:hidden;
width: 100%;
overflow: hidden;
table-layout: fixed;
}
#mod-quiz-edit table#categoryquestions td,#mod-quiz-edit table#categoryquestions th{
@ -5009,10 +5014,27 @@ css id's of question bank*/
white-space:nowrap;
}
#mod-quiz-edit table#categoryquestions .iconsmall{
padding-left:5px;
#categoryquestions .iconcol {
width: 15px;
text-align: center;
}
#categoryquestions .checkbox {
width: 19px;
text-align: center;
}
#categoryquestions .qtype {
text-align: center;
}
#mod-quiz-edit #categoryquestions .qtype {
width: 24px;
}
#categoryquestions .questiontext p {
margin: 0;
}
#mod-quiz-edit .categoryinfo{
padding:0.3em;
}