mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-07-01 13:33:15 +00:00
30 lines
485 B
CSS
30 lines
485 B
CSS
|
.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;
|
||
|
}
|