Skip to content

Commit

Permalink
MDL-41667 quiz: Fix CSS rules.
Browse files Browse the repository at this point in the history
Thanks to Renaat Debleu for spotting this problem.
  • Loading branch information
timhunt committed Sep 13, 2013
1 parent 83f26f6 commit ca6fa12
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions mod/quiz/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -571,15 +571,15 @@ table#categoryquestions {
border-left: thin solid #777;
line-height: 1.3em;
border-radius: 0.6em;
border-radius-bottomleft: 0;
border-radius-topleft: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
width: 88%;
padding: 0.15em 0 0.3em;
background-color: #d6d6d6;
}
#page-mod-quiz-edit div.quizpage .pagecontent .pagestatus {
border-radius-bottomright: 0.3em;
border-radius-topright: 0.3em;
border-bottom-right-radius: 0.3em;
border-top-right-radius: 0.3em;
margin: 0.3em;
padding: 0.1em 0.1em 0.1em 0.3em;
background-color: #eee;
Expand Down Expand Up @@ -647,8 +647,8 @@ table#categoryquestions {
float: left;
position: relative;
border-radius: 0.3em;
border-radius-bottomleft: 0;
border-radius-topleft: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
line-height: 1.2em;
padding: 0.1em;
background-color: #F9F9F9;
Expand Down Expand Up @@ -757,8 +757,8 @@ table#categoryquestions {
float: left;
position: relative;
border-radius: 0.6em;
border-radius-bottomleft: 0;
border-radius-topleft: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
line-height: 1.4em;
padding: 0.5em;
}
Expand All @@ -772,8 +772,8 @@ table#categoryquestions {
position: absolute;
right: 60px;
border-radius: 0.2em;
border-radius-bottomleft: 0;
border-radius-topleft: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
z-index: 900;
display: block;
margin: 0;
Expand All @@ -792,8 +792,8 @@ table#categoryquestions {
position: absolute;
right: 50px;
border-radius: 0.2em;
border-radius-bottomleft: 0;
border-radius-topleft: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
z-index: 900;
display: block;
margin: 0;
Expand Down

0 comments on commit ca6fa12

Please sign in to comment.