Skip to content

Commit

Permalink
add a quiz group to the CSS
Browse files Browse the repository at this point in the history
fixes #2
  • Loading branch information
thedannywahl committed Jul 4, 2014
1 parent d4e2240 commit 0010cf3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions style/elegance.css
Original file line number Diff line number Diff line change
Expand Up @@ -2277,6 +2277,7 @@ img.profilepicture

.nav-tabs, .nav-pills {
text-align:center;
margin: 0;
}

.nav>.disabled>a {
Expand Down Expand Up @@ -2875,6 +2876,21 @@ table#user-grades th.userreport.c1 {
font-family: "Roboto";
}

/* @end */

/* @group Quiz */

/* add space below nav tabs and questions */
#page-mod-quiz-edit #region-main .nav {
padding-bottom: 10px;
}

/* adust the width of the container on question bank */
.questionbankwindow .container {
padding: 0;
}


/* @end */

/* @group Fixes */
Expand Down

0 comments on commit 0010cf3

Please sign in to comment.