MDL-42692 Quiz: Fixed z-index for tab and marks

On edit quiz page marks/reorder text box has zindex set, which should be considered by modal
window. Also, tab set is also using zindex for active node.
This commit is contained in:
Rajesh Taneja 2013-11-06 10:11:31 +08:00
parent 5386f0bbfe
commit 0507c33cad
2 changed files with 1 additions and 6 deletions

View file

@ -745,7 +745,6 @@ table#categoryquestions {
width: 1.4em;
padding-right: 0.3em;
padding-left: 0;
z-index: 99;
text-align: right;
color: #333;
}
@ -774,7 +773,6 @@ table#categoryquestions {
border-radius: 0.2em;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
z-index: 900;
display: block;
margin: 0;
background-color: #ddf;
@ -794,7 +792,6 @@ table#categoryquestions {
border-radius: 0.2em;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
z-index: 900;
display: block;
margin: 0;
background-color: #ddf;
@ -838,7 +835,6 @@ table#categoryquestions {
position: absolute;
right: 0.3em;
top: 0;
z-index: 900;
display: block;
padding: 0.2em;
background-color: #F9F9F9;
@ -1048,7 +1044,6 @@ bank window's title is prominent enough*/
top: 0.2em;
right: 0.2em;
display: inline;
z-index: 900;
}
#page-mod-quiz-edit .quizpagedelete img {
background-color: #d6d6d6;