Hello
There was some need to change the colors to match the theme, so I had a look at the event.css. With that, I found some additions that made the div-month view in the sidebar a little bit more polish. But that's my opinion, do as you like.
My modifications:
.event-calendar div.month-view table.event-block th {
font-weight: normal;
font-family: monospace;
font-size: 0.8em;
}
# monospace makes all columns the same width (Fri is the same width as Mon now).
# But makes the table a little bit too large. I fixed this with font-size: 0.8em;
# And one additional definition:
div.month-view td {
padding: 0px 4px 0px 0px;
}
# I don't like the day sitting very close to the border. Fixed that by adding a padding to it.
# Perhaps you like to set it only to 3px?
Ralf
Comments
Comment #1
killes@www.drop.org commentedI appreciate the contribution, however I don't feel qualified to judge its value. Are there any people out there who aren't graphically challenged and would like to voice their opinion?
Comment #2
japerryEvent for Drupal 8 is unrelated to older versions. If an issue similar to this one exists, please open a new issue with the 8.x branch.