MDL-29264 course: removed the z-index from course css for course completion elements

This commit is contained in:
Andrew Davis 2012-04-19 10:32:38 +07:00
parent 668a499d89
commit bd3238e611

View File

@ -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;}
table.category_subcategories td {white-space: nowrap;}