Skip to content

Commit

Permalink
Merge branch 'MDL-37771-M23' of git://github.com/lazydaisy/moodle int…
Browse files Browse the repository at this point in the history
…o MOODLE_23_STABLE
  • Loading branch information
Damyon Wiese committed Mar 12, 2013
2 parents 761dfda + 6441b48 commit b3f8740
Show file tree
Hide file tree
Showing 9 changed files with 47 additions and 44 deletions.
3 changes: 0 additions & 3 deletions theme/anomaly/style/general.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ h1.headermain {
margin-right: auto; margin-right: auto;
width: 100%; width: 100%;
} }
#categoryquestions th,
.user th, .user th,
.user th.header, .user th.header,
.group th.header, .group th.header,
Expand All @@ -318,14 +317,12 @@ h1.headermain {
border-bottom-color: #111; border-bottom-color: #111;
} }
.user th a:link, .user th a:link,
#categoryquestions th a:link,
.group th a:link, .group th a:link,
.admin table tr th a:link { .admin table tr th a:link {
color: #FFF; color: #FFF;
text-decoration: none; text-decoration: none;
} }
.user th a:visited, .user th a:visited,
#categoryquestions th a:visited,
.group th a:visited, .group th a:visited,
.admin table tr th a:visited { .admin table tr th a:visited {
color: #FFF; color: #FFF;
Expand Down
3 changes: 3 additions & 0 deletions theme/base/style/question.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@
#page-question-preview #techinfo { #page-question-preview #techinfo {
margin: 1em 0; margin: 1em 0;
} }
#page-mod-quiz-edit #categoryquestions .header {
background: none;
}


/** Overide for RTL layout **/ /** Overide for RTL layout **/
.dir-rtl #qtypechoicecontainer #chooseqtype .instruction, .dir-rtl #qtypechoicecontainer #chooseqtype .instruction,
Expand Down
4 changes: 3 additions & 1 deletion theme/magazine/style/core.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -1125,7 +1125,9 @@ div.questionbankwindow.block div.header {
background: #eee !important; background: #eee !important;
} }


div.questionbankwindow.block div.header a { #page-mod-quiz-edit .questionbankwindow.block div.header div.title h2,
#page-mod-quiz-edit .questionbankwindow a#showbankcmd,
#page-mod-quiz-edit .questionbankwindow a#hidebankcmd {
color: #333333 !important; color: #333333 !important;
font-size: 11px; font-size: 11px;
} }
Expand Down
6 changes: 6 additions & 0 deletions theme/serenity/style/core.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -304,3 +304,9 @@ body.has_dock {
-moz-box-shadow: 0px 1px 3px #ccc; -moz-box-shadow: 0px 1px 3px #ccc;
box-shadow: 0px 1px 3px #ccc; box-shadow: 0px 1px 3px #ccc;
} }
/* Question Bank Window
-------------------------*/
#page-mod-quiz-edit .questionbankwindow.block div.header {
background-color: #9EB1BF;
padding-top: 0;
}
6 changes: 2 additions & 4 deletions theme/splash/style/blue.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ body.splash-blue {
.splash-blue .coursebox{ .splash-blue .coursebox{
border-bottom: 1px dashed #cbd3d6; border-bottom: 1px dashed #cbd3d6;
} }
.splash-blue #categoryquestions tr th{
background:#3d6276;
}
.splash-blue .path-mod-quiz .qnbutton { .splash-blue .path-mod-quiz .qnbutton {
background:#3d6276; color:#fff; background:#3d6276;
color:#fff;
} }
.splash-blue .path-mod-quiz .qnbutton.open { .splash-blue .path-mod-quiz .qnbutton.open {
background:#3d6276; background:#3d6276;
Expand Down
6 changes: 2 additions & 4 deletions theme/splash/style/green.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -57,11 +57,9 @@ body.splash-green { background:url([[pix:theme|bggreen]]) top left repeat-x;
.splash-green .coursebox{ .splash-green .coursebox{
border-bottom: 1px dashed #dae0dc; border-bottom: 1px dashed #dae0dc;
} }
.splash-green #categoryquestions tr th{
background:#446e4c;color:#fff;
}
.splash-green .path-mod-quiz .qnbutton{ .splash-green .path-mod-quiz .qnbutton{
background:#446e4c;color:#fff; background:#446e4c;
color:#fff;
} }
.splash-green .path-mod-quiz .qnbutton.open{ .splash-green .path-mod-quiz .qnbutton.open{
background:#446e4c; background:#446e4c;
Expand Down
6 changes: 2 additions & 4 deletions theme/splash/style/orange.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,17 +50,15 @@ body.splash-orange {
color:#cb8f47; color:#cb8f47;
} }
.splash-orange .tabtree .tabrow0 .here a:hover{ .splash-orange .tabtree .tabrow0 .here a:hover{
background:#fff;color: #5f564c; background:#fff;
color: #5f564c;
} }
.splash-orange .tabtree .here ul .here a.nolink:hover{ .splash-orange .tabtree .here ul .here a.nolink:hover{
color:#cb8f47; color:#cb8f47;
} }
.splash-orange .coursebox{ .splash-orange .coursebox{
border-bottom:1px dashed #f0e7de; border-bottom:1px dashed #f0e7de;
} }
.splash-orange #categoryquestions tr th{
background:#cb8f47;
}
.splash-orange .path-mod-quiz .qnbutton{ .splash-orange .path-mod-quiz .qnbutton{
background:#cb8f47; background:#cb8f47;
} }
Expand Down
51 changes: 26 additions & 25 deletions theme/splash/style/pagelayout.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -299,6 +299,11 @@ h2.main,h3.main,h4.main,h5.main,h6.main{
font-style:italic; font-style:italic;
padding:10px 30px; padding:10px 30px;
} }
.generalbox{
display:block;
margin-top:2px;
width:98%;
}
.generalbox ul{ .generalbox ul{
padding:0 0 0 20px; padding:0 0 0 20px;
} }
Expand Down Expand Up @@ -639,61 +644,57 @@ input[type=text],textarea,select,input[type=password]{
font-weight:700; font-weight:700;
padding-top:12px; padding-top:12px;
} }
table.quizreviewsummary {
margin:10px 0 10px 30px;
width:90%;
}
#page-mod-quiz-attempt .submitbtns, #page-mod-quiz-attempt .submitbtns,
#page-mod-quiz-review .submitbtns, #page-mod-quiz-review .submitbtns,
#page-mod-quiz-summary .submitbtns{ #page-mod-quiz-summary .submitbtns{
padding:10px; padding:10px;
} }

#page-mod-quiz-edit .questionbankwindow div.header { #page-mod-quiz-edit .questionbankwindow div.header {
font-size:1em; font-size:1em;
margin:0; margin:0;
padding:0; padding:0;
} }

#page-mod-quiz-edit #region-main .questionbankwindow h2 {
#page-mod-quiz-edit #region-main .questionbankwindow h2{
background:none; background:none;
font-size:1em; font-size:1em;
font-weight:700; font-weight:700;
margin:0; margin:0;
padding:10px 0 10px 10px; padding:10px 0 10px 10px;
} }

#page-mod-quiz-edit .questionbankwindow div.header a {
#page-mod-quiz-edit .questionbankwindow div.header a{
font-weight:400; font-weight:400;
} }

#page-mod-quiz-edit div.quizpage .pagecontent .pagestatus {
#page-mod-quiz-edit div.quizpage .pagecontent .pagestatus
{
font-weight:700; font-weight:700;
} }

#page-mod-quiz-edit div.quizpage span.pagetitle {
#page-mod-quiz-edit div.quizpage span.pagetitle{
font-weight:700; font-weight:700;
margin-top:10px; margin-top:10px;
} }
#page-mod-quiz-edit .editq div.question div.qnum{ #page-mod-quiz-edit .editq div.question div.qnum {
font-size:1.2em; font-size:1.2em;
font-weight:700; font-weight:700;
padding-top:3px; padding-top:3px;
} }
table.quizreviewsummary{ #page-mod-quiz-edit .questionbank div.categoryquestionscontainer,
margin:10px 0 10px 30px; #page-mod-quiz-edit .questionbank .categorysortopotionscontainer,
width:90%; #page-mod-quiz-edit .questionbank .categorypagingbarcontainer,
#page-mod-quiz-edit .questionbank .categoryselectallcontainer {
padding: 0;
margin: 0 0.3em;
} }
#categoryquestions tr th{ #page-mod-quiz-edit form#displayoptions fieldset.invisiblefieldset div {
border-bottom:0 none; margin: 0.3em;
} }
.questioncategories{ #page-mod-quiz-edit div.container div.generalbox {
margin-bottom:10px; width: 100%;
} }
.questionbank input[type=submit]{ #page-mod-quiz-edit #categoryquestions .header {
margin:5px; background: 0 none;
}
.generalbox{
display:block;
margin-top:2px;
width:98%;
} }
#page-admin-plugins #plugins-control-panel{ #page-admin-plugins #plugins-control-panel{
display:block; display:block;
Expand Down
6 changes: 3 additions & 3 deletions theme/splash/style/red.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ a:hover {
color:#853650; color:#853650;
} }
.path-mod-quiz .qnbutton { .path-mod-quiz .qnbutton {
background:#853650;color:#fff; background:#853650;
color:#fff;
} }
.path-mod-quiz .qnbutton.open { .path-mod-quiz .qnbutton.open {
background:#853650;} background:#853650;
#categoryquestions tr th{background:#853650;
} }
.pagelayout-redirect { .pagelayout-redirect {
border-top: 1px solid #6d1523; border-top: 1px solid #6d1523;
Expand Down

0 comments on commit b3f8740

Please sign in to comment.