New style for dates in "upcoming events".

This commit is contained in:
Jørn Åne 2016-08-19 22:03:15 +02:00
parent 2c1bc0a2cb
commit 10fdc27b2b
1 changed files with 4 additions and 5 deletions

View File

@ -9,9 +9,7 @@ img.float-right {
padding: 0;
list-style: none;
}
.calendar-events p span {
float: right;
display: inline-block;
.calendar-events ul .date {
color: rgba(0,0,0,.5);
font-size: 0.8em;
}
@ -31,12 +29,13 @@ img.float-right {
.calendar-events a:hover, #ticker a:hover {
text-decoration: underline;
}
.calendar-events ul span {
.calendar-events ul .time {
float: left;
width: 4em;
}
.calendar-events ul .icon {
.calendar-events ul .icon, .calendar-events ul .date {
float: right;
margin-right: .5em;
}
#ticker {