mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
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:
parent
89b8ce51d9
commit
b7a9dc5193
5 changed files with 140 additions and 59 deletions
|
@ -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
|
||||
|
|
|
@ -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{
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue