quiz editing: MDL-18556 In quiz reordering tab, eye fails to group questions/pages correctly
Changed the coloring, margins and paddings slightly to enhance grouping.
This commit is contained in:
@@ -1192,11 +1192,15 @@ css id's of question bank*/
|
||||
background-color:#FFF;
|
||||
}
|
||||
#mod-quiz-edit div.question div.content div.questioncontrols{
|
||||
background-color:#FFF;
|
||||
background-color:#F9F9F9;
|
||||
}
|
||||
#mod-quiz-edit div.editq div.question div.content{
|
||||
background-color:#fff;
|
||||
background-color:#F9F9F9;
|
||||
}
|
||||
#mod-quiz-edit .reorder div.question div.content{
|
||||
background-color:#F9F9F9;
|
||||
}
|
||||
|
||||
#mod-quiz-edit .questionbankwindow div.header a{
|
||||
color:#FFF;
|
||||
}
|
||||
|
||||
@@ -4692,6 +4692,7 @@ table.quizreviewsummary td.cell {
|
||||
float:left;
|
||||
position:relative;
|
||||
margin-left:0.3em;
|
||||
margin-bottom:0.2em;
|
||||
border-left:solid #777 thin;
|
||||
line-height:1.3em;
|
||||
-webkit-border-radius:0.6em;
|
||||
@@ -4701,7 +4702,7 @@ table.quizreviewsummary td.cell {
|
||||
border-radius-bottomleft:0;
|
||||
border-radius-topleft:0;
|
||||
width:88%;
|
||||
padding:0 0 0.5em;
|
||||
padding:0.15em 0 0.3em;
|
||||
}
|
||||
|
||||
#mod-quiz-edit div.question{
|
||||
@@ -4756,7 +4757,6 @@ table.quizreviewsummary td.cell {
|
||||
#mod-quiz-edit .reorder div.question div.content{
|
||||
width:87%;
|
||||
float:left;
|
||||
background-color:#fff;
|
||||
position:relative;
|
||||
-webkit-border-radius:0.3em;
|
||||
-webkit-border-radius-bottomleft:0;
|
||||
@@ -4949,7 +4949,7 @@ table.quizreviewsummary td.cell {
|
||||
|
||||
#mod-quiz-edit .quizpagedelete img {
|
||||
background-color:#d6d6d6;
|
||||
padding:0.5em;
|
||||
padding:0.6em;
|
||||
}
|
||||
|
||||
#mod-quiz-edit .pagecontrols {
|
||||
|
||||
Reference in New Issue
Block a user