diff --git a/report/log/styles.css b/report/log/styles.css new file mode 100644 index 00000000000..f7b6a4f1311 --- /dev/null +++ b/report/log/styles.css @@ -0,0 +1,2 @@ +#page-report-log-index .info {margin:10px;} +#page-report-log-index .logselectform {margin:10px auto;} diff --git a/report/loglive/styles.css b/report/loglive/styles.css new file mode 100644 index 00000000000..f6a9b5b05df --- /dev/null +++ b/report/loglive/styles.css @@ -0,0 +1 @@ +#page-report-loglive-index .info {margin:10px;} diff --git a/report/outline/styles.css b/report/outline/styles.css new file mode 100644 index 00000000000..04bdbefe2c3 --- /dev/null +++ b/report/outline/styles.css @@ -0,0 +1,2 @@ +#page-report-outline-index td.numviews {text-align:right;} +#page-report-outline-index tr.section {text-align: center;} diff --git a/report/participation/styles.css b/report/participation/styles.css new file mode 100644 index 00000000000..ebdb5feff21 --- /dev/null +++ b/report/participation/styles.css @@ -0,0 +1,2 @@ +#page-report-participation-index .participationselectform {margin:10px auto;} +#page-report-participation-index .participationselectform label {margin-left:15px;margin-right:5px;} diff --git a/report/stats/styles.css b/report/stats/styles.css new file mode 100644 index 00000000000..0efe455a065 --- /dev/null +++ b/report/stats/styles.css @@ -0,0 +1 @@ +#page-report-stats-index .graph {margin-bottom: 1em;} diff --git a/theme/base/style/course.css b/theme/base/style/course.css index 231e972ec83..80b1fa00978 100644 --- a/theme/base/style/course.css +++ b/theme/base/style/course.css @@ -57,16 +57,6 @@ #page-course-pending .pendingcourserequests .cell {padding: 0 5px;} #page-course-pending .pendingcourserequests .cell.c6 {white-space: nowrap;} -#page-course-report-log-index .info, -#page-course-report-log-indexlive .info {margin:10px;} -#page-course-report-stats-index .graph {margin-bottom: 1em;} - -#page-course-report .logselectform, -#page-course-report .participationselectform, -#page-course-report-log-index .logselectform, -#page-course-report-participation-index .participationselectform {margin:10px auto;} -#page-course-report .participationselectform label, -#page-course-report-participation-index .participationselectform label {margin-left:15px;margin-right:5px;} .coursebox {width: 100%;margin-bottom: 15px;} .coursebox .info {float: left;text-align:left;width: 40%;} @@ -88,9 +78,6 @@ .categorylist .indentation {padding-left: 20px;} #page-course-index .category .image {padding-right: 2px;} -.path-course-report-outline td.numviews {text-align:right;} -.path-course-report-outline tr.section {text-align: center;} - .course ul.section {margin:5px;padding:0;} .weeks-format, /* Window-width: 800 pixels.IE doesn't support, see inline IE conditional comment. */ @@ -121,7 +108,7 @@ /*all courses view*/ #page-course-index .categorylist .course.clearfloat { height: auto; } -/** +/** * Overide for RTL layout */ .dir-rtl .coursebox .info {float: right; text-align: right;}