Skip to content

Commit

Permalink
MDL-30359 theme_base Fixed regression with course completion icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Hemelryk committed Nov 20, 2011
1 parent 339beda commit 2712c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/base/style/course.css
Expand Up @@ -27,7 +27,7 @@
.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;} .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;} .dir-rtl.path-course-view li.activity {margin-right:0px;margin-left:20px;}
.dir-rtl.path-course-view li.activity form.togglecompletion, .dir-rtl.path-course-view li.activity form.togglecompletion,
.dir-rtl.path-course-view li.activity span.autocompletion {left:auto;right:-20px;} .dir-rtl.path-course-view li.activity span.autocompletion {right:auto;left:-20px;}


.section img.movetarget {height:16px;width:80px;} .section img.movetarget {height:16px;width:80px;}


Expand Down

0 comments on commit 2712c59

Please sign in to comment.