From bd3238e611bde72800a3fe1bee5165095104ae18 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Thu, 19 Apr 2012 10:32:38 +0700 Subject: [PATCH] MDL-29264 course: removed the z-index from course css for course completion elements --- theme/base/style/course.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theme/base/style/course.css b/theme/base/style/course.css index 7a457a4a89b..f8b57aa29c6 100644 --- a/theme/base/style/course.css +++ b/theme/base/style/course.css @@ -22,7 +22,7 @@ .path-course-view li.activity {margin-right:20px; position:relative;} .path-course-view li.activity span.autocompletion, -.path-course-view li.activity form.togglecompletion {display:inline;position:absolute;right:-20px;top:0;z-index:10;padding:0.2em 0;} +.path-course-view li.activity form.togglecompletion {display:inline;position:absolute;right:-20px;top:0;padding:0.2em 0;} .path-course-view li.activity form.togglecompletion div {display:inline;} .path-course-view li.activity form.togglecompletion .ajaxworking {position:absolute;top:0; left:20px;width: 20px; height: 20px;background: url([[pix:i/ajaxloader]]) no-repeat;} .dir-rtl.path-course-view li.activity {margin-right:0px;margin-left:20px;} @@ -125,4 +125,4 @@ #page-course-index.dir-rtl .indentation {padding-left: 0px;padding-right: 30px;} table.category_subcategories {margin-bottom:1em;} -table.category_subcategories td {white-space: nowrap;} \ No newline at end of file +table.category_subcategories td {white-space: nowrap;}