New style for dates in "upcoming events".
This commit is contained in:
parent
2c1bc0a2cb
commit
10fdc27b2b
|
@ -9,9 +9,7 @@ img.float-right {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
.calendar-events p span {
|
.calendar-events ul .date {
|
||||||
float: right;
|
|
||||||
display: inline-block;
|
|
||||||
color: rgba(0,0,0,.5);
|
color: rgba(0,0,0,.5);
|
||||||
font-size: 0.8em;
|
font-size: 0.8em;
|
||||||
}
|
}
|
||||||
|
@ -31,12 +29,13 @@ img.float-right {
|
||||||
.calendar-events a:hover, #ticker a:hover {
|
.calendar-events a:hover, #ticker a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
.calendar-events ul span {
|
.calendar-events ul .time {
|
||||||
float: left;
|
float: left;
|
||||||
width: 4em;
|
width: 4em;
|
||||||
}
|
}
|
||||||
.calendar-events ul .icon {
|
.calendar-events ul .icon, .calendar-events ul .date {
|
||||||
float: right;
|
float: right;
|
||||||
|
margin-right: .5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ticker {
|
#ticker {
|
||||||
|
|
Loading…
Reference in New Issue