MDL-29030 move base CSS to report plugins

This commit is contained in:
Petr Skoda
2011-11-06 12:22:50 +01:00
parent a2a444ab75
commit cf24e82ed3
6 changed files with 9 additions and 14 deletions
+2
View File
@@ -0,0 +1,2 @@
#page-report-log-index .info {margin:10px;}
#page-report-log-index .logselectform {margin:10px auto;}
+1
View File
@@ -0,0 +1 @@
#page-report-loglive-index .info {margin:10px;}
+2
View File
@@ -0,0 +1,2 @@
#page-report-outline-index td.numviews {text-align:right;}
#page-report-outline-index tr.section {text-align: center;}
+2
View File
@@ -0,0 +1,2 @@
#page-report-participation-index .participationselectform {margin:10px auto;}
#page-report-participation-index .participationselectform label {margin-left:15px;margin-right:5px;}
+1
View File
@@ -0,0 +1 @@
#page-report-stats-index .graph {margin-bottom: 1em;}
+1 -14
View File
@@ -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;}