MDL-40833 theme - fixing centre align of sectionname headings
This commit is contained in:
committed by
Dan Poltawski
parent
9054c04d45
commit
fe3a7466ff
@@ -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;}
|
||||
.sitetopic .section li.activity,
|
||||
.course-content .section li.activity {padding: .2em;}
|
||||
.section .activity .activityinstance .groupinglabel { padding-left: .45em; }
|
||||
|
||||
@@ -265,6 +265,10 @@ ul.weeks h3.sectionname {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
.single-section h3.sectionname {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.section img.movetarget {
|
||||
height: 16px;
|
||||
width: 80px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user