MDL-40833 theme - fixing centre align of sectionname headings

This commit is contained in:
Jason Fowler
2013-09-11 13:20:46 +08:00
committed by Dan Poltawski
parent fe3a7466ff
commit 3eb439e206
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
.section .activity .moodle-actionmenu .menubar > li > * {display:inline-block;min-height:16px;padding: 0.2em;}
.section .activity .moodle-actionmenu .menubar > li > img {margin: 0.2em;vertical-align: text-bottom;padding:0 3px 0 0;}
.section .activity .moodle-actionmenu .iconsmall {vertical-align: baseline;width:16px;height:16px;}
.single-section h3.sectionname {text-align:center;}
.single-section h3.sectionname {text-align:center;clear:both;}
.sitetopic .section li.activity,
.course-content .section li.activity {padding: .2em;}
.section .activity .activityinstance .groupinglabel { padding-left: .45em; }
@@ -267,6 +267,7 @@ ul.weeks h3.sectionname {
.single-section h3.sectionname {
text-align: center;
clear: both;
}
.section img.movetarget {
File diff suppressed because one or more lines are too long