diff --git a/style/elegance.css b/style/elegance.css index 4f2381b..f74795f 100644 --- a/style/elegance.css +++ b/style/elegance.css @@ -2277,6 +2277,7 @@ img.profilepicture .nav-tabs, .nav-pills { text-align:center; + margin: 0; } .nav>.disabled>a { @@ -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 */