MDL-42853 course: Fix edit title icon margin on RTL

This commit is contained in:
Frederic Massart
2013-11-14 09:45:45 +08:00
parent 175137de18
commit cec4acd408
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
.dir-rtl .section_add_menus .urlselect select { margin-right: .2em; margin-left: 0;}
.section_add_menus .urlselect img.iconhelp { padding: 0; margin: 0; vertical-align: text-bottom;}
.site-topic ul.section,
.sitetopic ul.section { margin: 5px; padding: 0; }
.course-content ul.section { margin: 1em;}
.sitetopic .section .activity img.activityicon,
.course-content .section .activity img.activityicon {vertical-align:text-bottom;margin-right: 6px;}
+3 -1
View File
@@ -34,7 +34,9 @@
vertical-align: text-bottom;
}
.site-topic ul.section,
.sitetopic ul.section {
margin: 0;
}
.course-content ul.section {
margin: 1em;
}
File diff suppressed because one or more lines are too long