Skip to content

Commit

Permalink
MDL-20636 Make more space for the qusetion name in the question bank …
Browse files Browse the repository at this point in the history
…view #580.
  • Loading branch information
Wale Olujide authored and timhunt committed May 27, 2011
1 parent c014b98 commit dc0373c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions mod/quiz/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,8 @@ body.jsenabled .questionflagcheckbox {display: none;}
#page-mod-quiz-edit div.editq div.question div.content .singlequestion a .questionname,
div.editq div.question div.content .singlequestion a .questiontext{text-decoration:underline;}

#page-mod-quiz-edit.ie6 div.question div.content .questiontext,
#categoryquestions .questiontext {width:50%;}
#page-mod-quiz-edit.ie6 div.question div.content .questionname,
#categoryquestions .questionname {width:20%;}
#page-mod-quiz-edit.ie6 div.question div.content .questiontext {width:50%;}
#page-mod-quiz-edit.ie6 div.question div.content .questionname {width:20%;}

#page-mod-quiz-mod #reviewoptionshdr .fitem,
#adminquizreviewoptions .group {float: left;width: 33%;clear: none;}
Expand Down Expand Up @@ -365,7 +363,7 @@ bank window's title is prominent enough*/
.questionbank .categoryselectallcontainer{background-color:#FFF;}

#categoryquestions .questiontext {width:50%;}
#categoryquestions .questionname {width:20%;}
#categoryquestions .questionname {width:50%;}

.ie6#page-mod-quiz-edit div.question div.content .questiontext,
.ie6#page-mod-quiz-edit #categoryquestions .questionname{/*ie6 shows this as an arrow if this is not specified*/cursor: pointer;}
Expand Down

0 comments on commit dc0373c

Please sign in to comment.