Skip to content

Commit

Permalink
base theme/questionbank: MDL-20090 Add new question pop-up styling sc…
Browse files Browse the repository at this point in the history
…rewed since theme changes.
  • Loading branch information
timhunt committed Apr 12, 2010
1 parent 71d2465 commit 67f1a69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion theme/base/style/question.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
#qtypechoicecontainer {display: none;}
body.jsenabled #qtypechoicecontainer {display: block;}

#qtypechoicecontainer {background: white;}
#qtypechoicecontainer #chooseqtype {width: 30em;}
#qtypechoicecontainer #chooseqtypehead h3 {margin: 0;}
#qtypechoicecontainer #chooseqtype .qtypes {position: relative;border-bottom: 1px solid grey;padding: 0.24em 0;}
#qtypechoicecontainer #chooseqtype .qtypeoption {margin-bottom: 0;}
#qtypechoicecontainer #chooseqtype .qtypeoption {margin-bottom: 0; padding: 0.2em 0 0.2em 0.3em;}
#qtypechoicecontainer #chooseqtype .qtypeoption img {vertical-align: middle;}
#qtypechoicecontainer #chooseqtype .instruction,
#qtypechoicecontainer #chooseqtype .qtypesummary {display: none;position: absolute;top: 0px;right: 0px;bottom: 0px;left: 60%;margin: 0;border-left: 1px solid grey;padding: 0.3em 0.5em;}
#qtypechoicecontainer #chooseqtype .instruction,
Expand Down

0 comments on commit 67f1a69

Please sign in to comment.