Add calendar module.

This commit is contained in:
Michael Teeuw
2016-03-31 11:05:32 +02:00
parent 7717b295bd
commit 900ba886ed
43 changed files with 6477 additions and 3 deletions

View File

@@ -0,0 +1,29 @@
.calendar .symbol {
padding-left: 0px;
padding-right: 10px;
font-size: 80%;
}
.calendar .symbol span {
display: inline-block;
-ms-transform: translate(0px,2px); /* IE 9 */
-webkit-transform: translate(0px,2px); /* Safari */
transform: translate(0px,2px);
}
.calendar .title {
padding-left: 0px;
padding-right: 0px;
}
.calendar .time {
padding-left: 30px;
text-align: right;
}
.calendar table {
width: 100%;
border-spacing: 0px;
border-collapse: separate;
}