*** empty log message ***

This commit is contained in:
mits
2005-03-22 10:28:35 +00:00
parent 06f8f223e9
commit ae370141bb
3 changed files with 1521 additions and 1350 deletions
+440 -369
View File
@@ -1,29 +1,47 @@
/*************************************************
***
*** color
***
**************************************************/
/*******************************************************************
styles_color.css
This CSS file contains all color definitions like background-color,
font-color, border-color etc.
/*************************************************
***
*** This CSS file contains all color definitions
*** like background-color, font-color,
*** border-color etc.
***
*** Shortindex:
*** basic and general styles
*** header and footer styles
*** content styles (alphabetically)
*** admin, course, activities, calendar, blocks
***
*** Please sort new styles for existing content
*** into the appropriate part of this CSS file.
*** Styles for new Blocks or Activities please
*** place at the end.
*** Wouldn't the alphabetical order be better?
***
**************************************************/
Styles are organised into the following sections:
core
header
footer
admin
blocks
calendar
course
doc
login
message
tabs
user
modules
assignment
chat
choice
forum
glossary
journal
label
lesson
quiz
resource
scorm
survey
wiki
workshop
*******************************************************************/
/*******************************************************************
*** Core
*******************************************************************/
/* basic styles */
a:link,
@@ -33,7 +51,7 @@ a:visited {
a.dimmed:link,
a.dimmed:visited {
color:#666666; /* hidden */
color:#AAAAAA;
}
a:hover {
@@ -50,21 +68,6 @@ a.autolink.glossary:hover {
cursor: help;
}
.tablink a:link,
.tablink a:visited {
color:#000066;
}
.tablink a:hover {
text-decoration: none;
}
.selected .tablink a:link,
.selected .tablink a:visited {
color:#000000;
}
/* general styles */
body {
background-color:#AAAAFF;
@@ -109,18 +112,6 @@ td.header {
background-color:#DDDDDD;
}
/* header styles */
/* footer styles */
/*****************************
***
*** content styles
***
******************************/
/* many places */
.generalbox {
border-color:#9999FF; /* borders */
@@ -129,15 +120,78 @@ td.header {
border-color:#9999FF; /* borders */
}
.feedbackbox {
border-color:#9999FF; /* borders */
border-color: #888888; /* borders */
}
.feedbackby {
background-color:#BBBBBB;
}
.userpicture {
background:#EEEEEE;
.noticebox {
border-color:#9999FF; /* borders */
}
.errorbox {
color:#ffffff;
border-color:#660000;
background-color:#990000;
}
/* weblib.php table */
.tabledivider {
border-color:#9999FF; /* borders */
}
/* entry-page index.php */
.sitetopic {
background-color:#FFFFFF; /* cellheading */
border-color:#9999FF; /* borders */
}
.dimmed_text {
color:#AAAAAA;
}
.teacheronly {
color:#990000;
}
.unread {
background: #FFD991;
}
.censoredtext {
color:#000000;
background:#000000;
}
/* kept for backward compatibility with some non-standard modules
which use these classes for various things */
.generaltab, .generaltabinactive {
background-color:#BBBBBB;
}
.generaltabselected {
background-color:#DDDDDD;
}
.generaltabinactive {
color:#CCCCCC;
}
/*******************************************************************
*** Header
*******************************************************************/
/*******************************************************************
*** Footer
*******************************************************************/
/*******************************************************************
*** Admin
*******************************************************************/
.admin .generalboxcontent {
background-color:#EEEEEE;
}
@@ -150,302 +204,42 @@ td.header {
background-color:#FFFFFF;
}
.noticebox {
border-color:#9999FF; /* borders */
/*******************************************************************
*** Blocks
*******************************************************************/
.rssclientlink {
border-top-color:#DDDDDD;
}
.errorbox {
color:#ffffff;
border-color:#660000;
background-color:#990000;
}
.loginbox .content {
border-color:#DDDDDD; /* borders */
}
/* weblib.php table */
.tabledivider {
border-color:#9999FF; /* borders */
}
/* entry-page index.php */
.sitetopic {
background-color:#FFFFFF; /* cellheading */
border-color:#9999FF; /* borders */
}
/*****************************
***
*** Admin
***
******************************/
/* admin, calednder, course */
.dimmed_text {
color:#666666;
}
/*****************************
***
*** Course
***
******************************/
/* course, entry-page, login */
.headingblock {
border-color:#9999FF; /* borders */
}
/* course */
.headingblock .outline {
border-color:#9999FF; /* borders */
}
#course-view .section td {
border-color:#DDDDDD;
}
#course-view .section .content {
}
#course-view .section .side {
background: #EEEEEE;
}
#course-view .section .left {
}
#course-view .section .right {
}
#course-view .current .side{
background: #FFD991;
}
#course-view .topics {
}
#course-view .weeks {
}
#course-view .section .spacer {
}
#course-view .section .weekdates {
color:#666666;
}
.categoryboxcontent,
.courseboxcontent {
border-color:#9999FF; /* borders */
background: #FFFFFF;
}
/* user */
.userinfobox {
border-color: #DDDDDD;
background-color: #F7F7F7;
}
/*****************************
***
*** Activities
***
******************************/
/* assignment, forum, glossary */
.forumheaderlist,
.forumpost {
border-color:#9999FF; /* borders */
}
.forumpost .content {
background: #FFFFFF;
}
.forumpost .left {
background:#EEEEEE;
}
.forumpost .topic {
border-style:solid; /* borders */
border-width: 0px;
border-bottom-color: #EEEEEE;
border-bottom-width: 1px;
}
.forumpost .starter {
background:#DDDDDD;
}
.forumheaderlist .discussion .starter {
background:#DDDDDD;
}
.forumheaderlist td {
border-color: #FFFFFF;
}
/* survey */
#mod-survey-view .r0 {
background-color: #EEEEEE;
}
#mod-survey-view .r1 {
background-color: #DDDDDD;
}
/* assignment */
.assignmentsubmission {
}
.assignmentnew .assignmentfeedback{
background-color:#DDDDDD; /* cellheading2 */
}
.assignmentold .assignmentfeedback{
background-color:#BBBBBB; /* cellheading */
}
.assignmentheading {
background-color:#BBBBBB; /* cellheading */
}
/* workshop */
.workshoppostpicture {
background-color:#FEE6B9; /* cellcontent2 */
}
.workshopassessmentheading {
background-color:#DDDDDD; /* cellheading2 */
}
/* glossary, wiki */
.entryboxheader {
border-color: #BBBBBB;
}
.entrybox {
border-color: #BBBBBB;
}
.entry {
}
.glossarypost {
border-color: #DDDDDD;
}
.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
background-color: #F0F0F0;
}
.glossarycomment {
border-color: #DDDDDD;
}
.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
background-color: #F0F0F0;
}
.generaltab, .generaltabinactive {
background-color:#BBBBBB; /* cellheading */
}
.generaltabselected {
background-color:#DDDDDD; /* cellheading2 */
}
.generaltabinactive {
color:#CCCCCC;
}
#mod-glossary-report .generalbox .teacher {
background: #F0F0F0;
}
/* lang, forum */
.teacheronly {
color:#990000;
}
.sideblock .post .head {
.rssclientdescription {
color:#555555;
}
.forumthread .unread {
background: #FFD991;
}
.unread {
background: #FFD991;
}
#mod-forum-view .unread {
padding-left: 3px;
padding-right: 3px;
}
#mod-forum-discuss .forumpost {
background: none;
}
#mod-forum-discuss .unread .forumpostmessage {
border-style: solid;
border-color: #FFD991;
border-width: 2px;
}
#mod-forum-discuss .forumthread .unread {
}
#mod-forum-index .unread {
}
/* message */
table.message_search_results td {
.sideblock {
border-color:#9999FF; /* borders */
}
/* quiz */
body#mod-quiz-report table#attempts td {
border-color: #dddddd;
.sideblock .header {
}
body#mod-quiz-report table#attempts .r1 {
background-color: #eeeeee;
.sideblock .content {
background-color:#FCFCFC;
}
.sideblock .content hr {
border-top-color:#999999;
}
.sideblock .list {
}
/*****************************
***
/*******************************************************************
*** Calendar
***
******************************/
*******************************************************************/
#calendar .maincalendar,
#calendar .sidecalendar
@@ -454,15 +248,15 @@ body#mod-quiz-report table#attempts .r1 {
}
#calendar .maincalendar table.calendarmonth th {
border-color: #555555;
border-color: #000000;
}
table.minicalendar {
border-color:#DDDDDD;
border-color:#9999FF;
}
#calendar .maincalendar .eventlist .event {
border-color:#DDDDDD;
border-color:#9999FF;
}
#calendar .maincalendar .eventlist .event .topic,
@@ -535,7 +329,7 @@ table.minicalendar {
#calendar .today,
.minicalendar .today {
border-color:#555555 !important;
border-color:#000000 !important;
}
.cal_popup_fg {
@@ -543,47 +337,87 @@ table.minicalendar {
}
.cal_popup_bg {
border-color:#555555;
border-color:#000000;
background-color:#FFFFFF;
}
/*****************************
***
*** Blocks
***
******************************/
/* block_rss_client.php */
.rssclientlink {
border-top-color:#DDDDDD;
}
/*******************************************************************
*** Course
*******************************************************************/
.rssclientdescription {
color:#555555;
}
/* sideblock */
/* calendar, weblib.php, wiki */
.sideblock {
/* course, entry-page, login */
.headingblock {
border-color:#9999FF; /* borders */
}
.sideblock .header {
/* course */
.headingblock .outline {
border-color:#9999FF; /* borders */
}
.sideblock .content {
background-color:#FCFCFC;
#course-view .section td {
border-color:#9999FF;
}
.sideblock .content hr {
border-top-color:#999999;
#course-view .section .content {
}
.sideblock .list {
#course-view .section .side {
background: #EEEEEE;
}
#course-view .section .left {
}
#course-view .section .right {
}
#course-view .current .side{
background: #FFD991;
}
#course-view .topics {
}
#course-view .weeks {
}
#course-view .section .spacer {
}
#course-view .section .weekdates {
color:#AAAAAA;
}
.categoryboxcontent,
.courseboxcontent {
border-color:#9999FF; /* borders */
background: #FFFFFF;
}
/* Messaging */
/*******************************************************************
*** Doc
*******************************************************************/
/*******************************************************************
*** Login
*******************************************************************/
.loginbox .content {
border-color:#9999FF; /* borders */
}
/*******************************************************************
*** Message
*******************************************************************/
table.message_search_results td {
border-color:#9999FF; /* borders */
}
.message .author {
color: #999999;
}
@@ -595,7 +429,244 @@ table.minicalendar {
.message .content {
}
.censoredtext {
color:#000000;
background:#000000;
/*******************************************************************
*** Tabs
*******************************************************************/
.tablink a:link,
.tablink a:visited {
color:#000066;
}
.tablink a:hover {
text-decoration: none;
}
.selected .tablink a:link,
.selected .tablink a:visited {
color:#000000;
}
/*******************************************************************
*** User
*******************************************************************/
.userpicture {
background:#EEEEEE;
}
.userinfobox {
border-color: #DDDDDD;
background-color: #F7F7F7;
}
/*******************************************************************
*** Modules: Assignment
*******************************************************************/
.assignmentsubmission {
}
.assignmentnew .assignmentfeedback{
background-color:#DDDDDD; /* cellheading2 */
}
.assignmentold .assignmentfeedback{
background-color:#BBBBBB; /* cellheading */
}
.assignmentheading {
background-color:#BBBBBB; /* cellheading */
}
/*******************************************************************
*** Modules: Chat
*******************************************************************/
/*******************************************************************
*** Modules: Choice
*******************************************************************/
/*******************************************************************
*** Modules: Forum
*******************************************************************/
.forumheaderlist,
.forumpost {
border-color:#9999FF; /* borders */
}
.forumpost .content {
background: #FFFFFF;
}
.forumpost .left {
background:#EEEEEE;
}
.forumpost .topic {
border-style:solid; /* borders */
border-width: 0px;
border-bottom-color: #EEEEEE;
border-bottom-width: 1px;
}
.forumpost .starter {
background:#DDDDDD;
}
.forumheaderlist .discussion .starter {
background:#DDDDDD;
}
.forumheaderlist td {
border-color: #FFFFFF;
}
.sideblock .post .head {
color:#555555;
}
.forumthread .unread {
background: #FFD991;
}
#mod-forum-view .unread {
padding-left: 3px;
padding-right: 3px;
}
#mod-forum-discuss .forumpost {
background: none;
}
#mod-forum-discuss .unread .forumpostmessage {
border-style: solid;
border-color: #FFD991;
border-width: 2px;
}
#mod-forum-discuss .forumthread .unread {
}
#mod-forum-index .unread {
}
/*******************************************************************
*** Modules: Glossary
*******************************************************************/
.entryboxheader {
border-color: #BBBBBB;
}
.entrybox {
border-color: #BBBBBB;
}
.entry {
}
.glossarypost {
border-color: #DDDDDD;
}
.glossarypost .entryheader,
.glossarypost .entryapproval,
.glossarypost .picture,
.glossarypost .entryattachment,
.glossarypost .left {
background-color: #F0F0F0;
}
.glossarycomment {
border-color: #DDDDDD;
}
.glossarycomment .entryheader,
.glossarycomment .picture,
.glossarycomment .left {
background-color: #F0F0F0;
}
#mod-glossary-report .generalbox .teacher {
background: #F0F0F0;
}
.categoryheader {
background-color: #dddddd;
}
.glossaryformatheader {
background-color: #dddddd;
}
/*******************************************************************
*** Modules: Journal
*******************************************************************/
/*******************************************************************
*** Modules: Label
*******************************************************************/
/*******************************************************************
*** Modules: Lesson
*******************************************************************/
/*******************************************************************
*** Modules: Quiz
*******************************************************************/
body#mod-quiz-report table#attempts td {
border-color: #dddddd;
}
body#mod-quiz-report table#attempts .r1 {
background-color: #eeeeee;
}
/*******************************************************************
*** Modules: Resource
*******************************************************************/
/*******************************************************************
*** Modules: Scorm
*******************************************************************/
/*******************************************************************
*** Modules: Survey
*******************************************************************/
#mod-survey-view .r0 {
background-color: #EEEEEE;
}
#mod-survey-view .r1 {
background-color: #DDDDDD;
}
/*******************************************************************
*** Modules: Wiki
*******************************************************************/
/*******************************************************************
*** Modules: Workshop
*******************************************************************/
.workshoppostpicture {
background-color:#FEE6B9; /* cellcontent2 */
}
.workshopassessmentheading {
background-color:#DDDDDD; /* cellheading2 */
}
+335 -266
View File
@@ -1,39 +1,49 @@
/*************************************************
***
*** fonts
***
**************************************************/
/*******************************************************************
styles_color.css
This CSS file contains all font definitions like family, size,
weight, text-align, letter-spacing etc.
/*************************************************
***
*** This CSS file contains all font definitions
*** like family, size, weight,
*** text-align, letter-spacing
*** etc.
***
*** Shortindex:
*** basic and general styles
*** header and footer styles
*** content styles (alphabetically)
*** admin, course, activities, calendar, blocks
***
*** Please sort new styles for existing content
*** into the appropriate part of this CSS file.
*** Styles for new Blocks or Activities please
*** place at the end.
*** Wouldn't the alphabetical order be better?
***
**************************************************/
Styles are organised into the following sections:
core
header
footer
admin
blocks
calendar
course
doc
login
message
tabs
user
modules
assignment
chat
choice
forum
glossary
journal
label
lesson
quiz
resource
scorm
survey
wiki
workshop
*******************************************************************/
/* basic styles */
/*******************************************************************
*** Core
*******************************************************************/
.clearer {
font-size:1px;
}
/* general styles */
body, td, th, li {
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:0.95em;
@@ -86,7 +96,59 @@ h4 {
font-size:1.0em;
}
/* header styles */
.errorbox .title {
font-weight: normal;
font-size: 1.2em;
text-align: center;
}
/* paging bar */
.pagingbar .title {
font-weight: normal;
}
.pagingbar .thispage {
font-weight: normal;
}
/* index, admin, course, lang, adodb, quiz */
.categoryname,
.categorynumber {
font-size:larger;
font-weight:normal;
}
.helplink {
font-size:0.8em;
}
.headingblock .title {
font-weight: normal;
}
.headingblock .link {
font-size: 0.9em;
font-weight: normal;
}
.files .file {
font-size: 0.9em;
}
.files .folder {
font-size: 0.9em;
}
.files .folder .size {
font-weight: normal;
}
/*******************************************************************
*** Header
*******************************************************************/
.headermain {
font-weight:normal;
}
@@ -109,38 +171,19 @@ h4 {
font-size:x-small;
}
/* footer styles */
/*******************************************************************
*** Footer
*******************************************************************/
.homelink {
font-size:x-small;
}
/*****************************
***
*** content styles
***
******************************/
/* many places */
.errorbox .title {
font-weight: normal;
font-size: 1.2em;
text-align: center;
}
/* paging bar */
.pagingbar .title {
font-weight: normal;
}
.pagingbar .thispage {
font-weight: normal;
}
/*****************************
***
/*******************************************************************
*** Admin
***
******************************/
*******************************************************************/
table.formtable tbody th {
font-weight: normal;
@@ -148,165 +191,72 @@ table.formtable tbody th {
}
/*****************************
***
*** Course
***
******************************/
/* course */
.activitydate, .activityhead {
font-size:x-small;
text-align:center;
}
/*******************************************************************
*** Blocks
*******************************************************************/
.weeklydatetext {
font-size:medium;
font-weight:normal;
}
.courseboxinfo {
font-size:medium;
}
.courseboxteachers,
.courseboxcost {
font-size:smaller;
}
.courseboxsummary {
font-size:small;
}
/* user */
.userinfobox .username {
font-weight: normal;
}
.userinfobox .links {
font-size: 0.7em;
}
/*****************************
***
*** Activities
***
******************************/
/* index, admin, course, lang, adodb, quiz */
.categoryname,
.categorynumber {
font-size:larger;
font-weight:normal;
}
/* forum */
.forumolddiscuss {
text-align:right;
}
.forumaddnew,
.forumnodiscuss,
.noticeboxcontent {
text-align:center;
}
.forumnodiscuss{
font-weight:normal;
}
.forumpost .topic .subject {
font-weight: normal;
}
.forumpost .topic .author {
font-size: 0.8em;
}
.forumheaderlist .discussion .lastpost {
font-size: 0.7em;
}
/* message */
.message_summary_link {
font-size:small;
text-align:right;
}
.message_link {
font-size:x-small;
}
.message_form {
font-size:0.78em;
}
.message_heading {
font-size:medium;
font-weight:normal;
text-align:center;
}
.message_date,
.message_contact,
.message_summary {
font-size:small;
}
.message_small_note,
.message_pix {
font-size:x-small;
}
/* quiz */
.feedbacktext {
text-align:right;
}
.editorhelptext {
font-size:x-small;
}
body#mod-quiz-report table#attempts .header {
.sideblock .header {
text-align: left;
}
body#mod-quiz-report table#attempts .picture {
text-align: center !important;
.sideblock .header .commands {
font-size: 0.75em;
}
body#mod-quiz-report .controls {
.sideblock .footer {
font-size:0.75em;
text-align:center;
}
.sideblock .head,
.sideblock .info {
font-size: 0.85em;
}
.sideblock .date {
font-style: italic;
}
/* block_rss_client.php */
.rssclientlink {
font-size:x-small;
}
.rssclientdescription {
font-size:x-small;
}
.sideblock.block_quiz_results h1 {
font-weight: normal;
font-size: 1.2em;
}
.sideblock.block_quiz_results table.grades caption {
font-weight: normal;
}
.sideblock.block_quiz_results table.grades .number, .block_quiz_results table.grades .grade {
text-align: right;
}
.sideblock.block_quiz_results {
text-align: center;
}
.sideblock.block_quiz_results table.grades {
text-align: left;
}
/* glossary */
.glossarypost .commands {
font-size: 0.7em;
}
.glossarypost .entryheader .author {
font-size: 0.7em;
font-style: italic;
}
.concept {
font-weight: normal;
}
.glossarycomment .time {
font-size: 0.7em;
font-style: italic;
.sideblock.block_calendar_upcoming .event .date {
font-size:0.8em;
text-align:right;
}
/*****************************
***
/*******************************************************************
*** Calendar
***
******************************/
*******************************************************************/
#calendar .maincalendar .eventlist .event .referer {
font-weight:normal;
@@ -383,82 +333,80 @@ table.calendar-controls .next {
font-weight: normal;
}
/*****************************
***
*** Blocks
***
******************************/
.sideblock .header {
text-align: left;
}
/*******************************************************************
*** Course
*******************************************************************/
.sideblock .header .commands {
font-size: 0.75em;
}
.sideblock .footer {
font-size:0.75em;
.activitydate, .activityhead {
font-size:x-small;
text-align:center;
}
.sideblock .head,
.sideblock .info {
font-size: 0.85em;
.weeklydatetext {
font-size:medium;
font-weight:normal;
}
.sideblock .date {
font-style: italic;
.courseboxinfo {
font-size:medium;
}
.courseboxteachers,
.courseboxcost {
font-size:smaller;
}
.courseboxsummary {
font-size:small;
}
/* block_rss_client.php */
.rssclientlink {
font-size:x-small;
}
.rssclientdescription {
font-size:x-small;
}
.sideblock.block_quiz_results h1 {
font-weight: normal;
font-size: 1.2em;
}
/*******************************************************************
*** Doc
*******************************************************************/
.sideblock.block_quiz_results table.grades caption {
font-weight: normal;
}
.sideblock.block_quiz_results table.grades .number, .block_quiz_results table.grades .grade {
text-align: right;
}
/*******************************************************************
*** Login
*******************************************************************/
.sideblock.block_quiz_results {
text-align: center;
}
.sideblock.block_quiz_results table.grades {
text-align: left;
}
/*******************************************************************
*** Message
*******************************************************************/
.sideblock.block_calendar_upcoming .event .date {
font-size:0.8em;
.message_summary_link {
font-size:small;
text-align:right;
}
/*****************************
***
*** User
***
******************************/
.message_link {
font-size:x-small;
}
body#user-index #longtimenosee {
.message_form {
font-size:0.78em;
}
.message_heading {
font-size:medium;
font-weight:normal;
text-align:center;
}
.message_date,
.message_contact,
.message_summary {
font-size:small;
}
/* Messaging */
.message_small_note,
.message_pix {
font-size:x-small;
}
.message .author {
font-weight: normal;
@@ -472,26 +420,147 @@ body#user-index #longtimenosee {
}
.helplink {
font-size:0.8em;
}
/*******************************************************************
*** Tabs
*******************************************************************/
.headingblock .title {
font-weight: normal;
}
.headingblock .link {
font-size: 0.9em;
/*******************************************************************
*** User
*******************************************************************/
.userinfobox .username {
font-weight: normal;
}
.files .file {
font-size: 0.9em;
.userinfobox .links {
font-size: 0.7em;
}
.files .folder {
font-size: 0.9em;
body#user-index #longtimenosee {
text-align:center;
}
.files .folder .size {
/*******************************************************************
*** Modules: Assignment
*******************************************************************/
/*******************************************************************
*** Modules: Chat
*******************************************************************/
/*******************************************************************
*** Modules: Choice
*******************************************************************/
/*******************************************************************
*** Modules: Forum
*******************************************************************/
.forumolddiscuss {
text-align:right;
}
.forumaddnew,
.forumnodiscuss,
.noticeboxcontent {
text-align:center;
}
.forumnodiscuss{
font-weight:normal;
}
.forumpost .topic .subject {
font-weight: normal;
}
.forumpost .topic .author {
font-size: 0.8em;
}
.forumheaderlist .discussion .lastpost {
font-size: 0.7em;
}
/*******************************************************************
*** Modules: Glossary
*******************************************************************/
.glossarypost .commands {
font-size: 0.7em;
}
.glossarypost .entryheader .author {
font-size: 0.7em;
font-style: italic;
}
.concept {
font-weight: normal;
}
.glossarycomment .time {
font-size: 0.7em;
font-style: italic;
}
/*******************************************************************
*** Modules: Journal
*******************************************************************/
/*******************************************************************
*** Modules: Label
*******************************************************************/
/*******************************************************************
*** Modules: Lesson
*******************************************************************/
/*******************************************************************
*** Modules: Quiz
*******************************************************************/
.feedbacktext {
text-align:right;
}
.editorhelptext {
font-size:x-small;
}
body#mod-quiz-report table#attempts .header {
text-align: left;
}
body#mod-quiz-report table#attempts .picture {
text-align: center !important;
}
body#mod-quiz-report .controls {
text-align: center;
}
/*******************************************************************
*** Modules: Resource
*******************************************************************/
/*******************************************************************
*** Modules: Scorm
*******************************************************************/
/*******************************************************************
*** Modules: Survey
*******************************************************************/
/*******************************************************************
*** Modules: Wiki
*******************************************************************/
/*******************************************************************
*** Modules: Workshop
*******************************************************************/
File diff suppressed because it is too large Load Diff