Skip to content

Commit

Permalink
strip out custom CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
thedannywahl committed Jul 4, 2014
1 parent 17c6135 commit d4e2240
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions style/elegance.css
Original file line number Diff line number Diff line change
Expand Up @@ -2887,39 +2887,6 @@ radio input[type="radio"],
margin-top: 5px;
}

/* to left-adjust the table columns and content*/
table#categoryquestions {
display: inline;
}

#categoryquestions .header {
text-align: left;
}

/* to correct the repository list width for the earlier inline statement */
#page-mod-quiz-edit div.container div.generalbox {
overflow: auto;
}

/* to correct table width of grade report */
.gradetreebox {
overflow:auto;
}

/* to correct the repository list width */
#page-mod-quiz-edit div.container div.generalbox {
overflow: hidden;
}

#page-mod-quiz-edit .modulespecificbuttonscontainer {
width: 400px;
}

#page-mod-quiz-edit .questionbankwindow .container,
#page-mod-quiz-edit div.questionbank {
padding: 0;
}

/* @end */

/* @group Misc */
Expand Down

0 comments on commit d4e2240

Please sign in to comment.