Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
Merge branch 'MDL-49237-master' of git://github.com/mastnym/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Mar 2, 2015
2 parents 63b0d7a + 7e7c15f commit caa7022
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions theme/base/style/calendar.css
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
.block .minicalendar {width:100%;margin:10px auto;}
.block .minicalendar th,
.block .minicalendar td {padding:2px;font-size:0.8em;}
.block .minicalendar caption {font-size: inherit;font-weight: inherit;line-height: inherit;text-align: center;}
.block .minicalendar td.weekend {color:#A00;}
.block .calendar-controls .previous {text-align: left;display: block;float: left;width: 12%;}
.block .calendar-controls .current {float:left;text-align: center;display: block;width:76%;}
Expand Down
6 changes: 6 additions & 0 deletions theme/bootstrapbase/less/moodle/calendar.less
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,12 @@
.muted;
}
}
caption {
font-size: inherit;
font-weight: inherit;
line-height: inherit;
text-align: center;
}
}
.calendar-event-panel {
background-color: @grayLighter;
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit caa7022

Please sign in to comment.