Skip to content

Commit

Permalink
MDL-29030 move base CSS to report plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Nov 6, 2011
1 parent a2a444a commit cf24e82
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 14 deletions.
2 changes: 2 additions & 0 deletions report/log/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#page-report-log-index .info {margin:10px;}
#page-report-log-index .logselectform {margin:10px auto;}
1 change: 1 addition & 0 deletions report/loglive/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#page-report-loglive-index .info {margin:10px;}
2 changes: 2 additions & 0 deletions report/outline/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#page-report-outline-index td.numviews {text-align:right;}
#page-report-outline-index tr.section {text-align: center;}
2 changes: 2 additions & 0 deletions report/participation/styles.css
Original file line number Diff line number Diff line change
@@ -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 change: 1 addition & 0 deletions report/stats/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#page-report-stats-index .graph {margin-bottom: 1em;}
15 changes: 1 addition & 14 deletions theme/base/style/course.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;}
Expand All @@ -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. */
Expand Down Expand Up @@ -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;}
Expand Down

0 comments on commit cf24e82

Please sign in to comment.