MDL-38594 change course listing heading font size back to default

This commit is contained in:
Marina Glancy 2013-05-08 15:07:31 +10:00 committed by Damyon Wiese
parent bb7368a29b
commit 8c288b261a
2 changed files with 5 additions and 9 deletions

View File

@ -374,7 +374,7 @@ span.editinstructions {
background-image:url([[pix:moodle|i/course]]);
background-repeat: no-repeat;
padding-left:21px;
background-position: top left;
background-position: center left;
}
.coursebox.remotehost > .info > .name a {
background-image:url([[pix:moodle|i/mnethost]]);
@ -389,8 +389,6 @@ span.editinstructions {
}
.coursebox > .info > h3.name {
margin: 5px;
font-size: 1.1em;
line-height: 1.1em;
}
.coursebox > .info > .name {
margin: 5px;
@ -446,7 +444,7 @@ span.editinstructions {
.dir-rtl .coursebox > .info > .name a {
padding-left:0;
padding-right:21px;
background-position: top right;
background-position: center right;
}
.dir-rtl .coursebox > .info > .name,
.dir-rtl .coursebox .teachers,
@ -488,7 +486,7 @@ span.editinstructions {
}
.course_category_tree .category .numberofcourse {
font-size: 0.85em;
font-size: @fontSizeSmall;
}
.course_category_tree .controls {
@ -517,8 +515,6 @@ span.editinstructions {
padding:2px 18px;
margin:3px;
background-position:center left;
font-size: 1.2em;
line-height: 1.2em;
}
.dir-rtl .course_category_tree .category>.info .name {
background-image:url([[pix:moodle|t/collapsed_empty_rtl]]);
@ -571,7 +567,7 @@ span.editinstructions {
}
.course_category_tree .paging.paging-morelink a {
font-size:90%;
font-size: @fontSizeSmall;
}
.dir-rtl .courses > .paging.paging-morelink,
.dir-rtl .course_category_tree .paging.paging-morelink {

File diff suppressed because one or more lines are too long