Skip to content

Commit

Permalink
Merge branch 'MDL-38076-master' of git://github.com/FMCorz/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Feb 26, 2013
2 parents 46e120c + 2d10823 commit 36650d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mod/quiz/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ table#categoryquestions {width: 100%;overflow: hidden;table-layout: fixed;}
#page-mod-quiz-edit div.question div.qnum {display:block;float:left;width:1.4em;padding-right:0.3em;padding-left:0;z-index:99;text-align:right;color:#333;}
#page-mod-quiz-edit div.question div.questioncontainer{background-color:#ffc;}
#page-mod-quiz-edit div.editq div.question div.content{width:87%;float:left;position:relative;-webkit-border-radius:0.6em;-webkit-border-radius-bottomleft:0;-webkit-border-radius-topleft:0;border-radius:0.6em;border-radius-bottomleft:0;border-radius-topleft:0;line-height:1.4em;padding:0.5em;}
#page-mod-quiz-edit div.question div.content div.points{top:0.5em;border-left:0.4em solid #FFF;width:8.5em;padding:0.2em;line-height:1em;max-width:30%;position:absolute;right:50px;-webkit-border-radius:0.2em;-webkit-border-radius-bottomleft:0;-webkit-border-radius-topleft:0;border-radius:0.2em;border-radius-bottomleft:0;border-radius-topleft:0;z-index:900;display:block;margin:0;background-color:#ddf;}
#page-mod-quiz-edit div.question div.content div.points{top:0.5em;border-left:0.4em solid #FFF;width:8.5em;padding:0.2em;line-height:1em;max-width:30%;position:absolute;right:60px;-webkit-border-radius:0.2em;-webkit-border-radius-bottomleft:0;-webkit-border-radius-topleft:0;border-radius:0.2em;border-radius-bottomleft:0;border-radius-topleft:0;z-index:900;display:block;margin:0;background-color:#ddf;}
#page-mod-quiz-edit div.question div.content div.points input{width:2em;padding:0;}
#page-mod-quiz-edit div.question div.content div.points input.pointssubmitbutton{width:auto;}
#page-mod-quiz-edit div.question div.content div.qorder {line-height:1em;max-width:30%;position:absolute;right:50px;-webkit-border-radius:0.2em;-webkit-border-radius-bottomleft:0;-webkit-border-radius-topleft:0;border-radius:0.2em;border-radius-bottomleft:0;border-radius-topleft:0;z-index:900;display:block;margin:0;background-color:#ddf;}
Expand All @@ -256,7 +256,7 @@ table#categoryquestions {width: 100%;overflow: hidden;table-layout: fixed;}
#page-mod-quiz-edit div.question div.content .questionpreview {display:block;float:left;margin-left:0.3em;padding-left:0.2em;padding-right:0.2em;}
#page-mod-quiz-edit div.question div.content .questionpreview a{background-color:#eee;}
#page-mod-quiz-edit div.question div.content div.quiz_randomquestion .questionpreview{display:inline;float:none;}
#page-mod-quiz-edit div.question div.content div.questioncontrols{float:right;width:45px;position:absolute;right:0.3em;top:0;z-index:900;display:block;padding:0.2em;background-color:#F9F9F9;text-align:right;}
#page-mod-quiz-edit div.question div.content div.questioncontrols{float:right;width:55px;position:absolute;right:0.3em;top:0;z-index:900;display:block;padding:0.2em;background-color:#F9F9F9;text-align:right;}
#page-mod-quiz-edit div.question div.content div.questioncontrols img.upwithoutdown{padding-right:12px;display:inline;}
#page-mod-quiz-edit div.question div.content .questiontext {font-weight:bold;}
#page-mod-quiz-edit div.question div.content .questiontype{font-style:italic;}
Expand Down Expand Up @@ -406,7 +406,7 @@ bank window's title is prominent enough*/
#page-mod-quiz-edit.dir-rtl div.question {clear: right;}
#page-mod-quiz-edit.dir-rtl div.question div.qnum {float: right;}
#page-mod-quiz-edit.dir-rtl div.editq div.question div.content {float: right;height: 40px;}
#page-mod-quiz-edit.dir-rtl div.question div.content div.points {left: 50px;right:auto;}
#page-mod-quiz-edit.dir-rtl div.question div.content div.points {left: 60px;right:auto;}
#page-mod-quiz-edit.dir-rtl div.question div.content div.questioncontrols {float: left;left: 0.3em; right:auto;}
#page-mod-quiz-edit.dir-rtl .editq div.question div.content .singlequestion .questioneditbutton .questionname,
#page-mod-quiz-edit.dir-rtl .editq div.question div.content .singlequestion .questioneditbutton .questiontext {float: right; padding-right: 0.3em;}
Expand Down

0 comments on commit 36650d6

Please sign in to comment.