we also need nofinish in the object. css fices
This commit is contained in:
parent
306ce3819e
commit
17e7b276f6
@ -789,6 +789,7 @@ function event_store_item($arr, $event) {
|
|||||||
'title' => $arr['summary'],
|
'title' => $arr['summary'],
|
||||||
'start' => $arr['start'],
|
'start' => $arr['start'],
|
||||||
'finish' => $arr['finish'],
|
'finish' => $arr['finish'],
|
||||||
|
'nofinish' => $arr['nofinish'],
|
||||||
'description' => $arr['description'],
|
'description' => $arr['description'],
|
||||||
'location' => $arr['location'],
|
'location' => $arr['location'],
|
||||||
'adjust' => $arr['adjust'],
|
'adjust' => $arr['adjust'],
|
||||||
@ -933,6 +934,7 @@ function event_store_item($arr, $event) {
|
|||||||
'title' => $arr['summary'],
|
'title' => $arr['summary'],
|
||||||
'start' => $arr['start'],
|
'start' => $arr['start'],
|
||||||
'finish' => $arr['finish'],
|
'finish' => $arr['finish'],
|
||||||
|
'nofinish' => $arr['nofinish'],
|
||||||
'description' => $arr['description'],
|
'description' => $arr['description'],
|
||||||
'location' => $arr['location'],
|
'location' => $arr['location'],
|
||||||
'adjust' => $arr['adjust'],
|
'adjust' => $arr['adjust'],
|
||||||
|
@ -253,7 +253,6 @@ a.wall-item-name-link {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
.event-end,
|
|
||||||
.event-description {
|
.event-description {
|
||||||
padding-bottom: 10px;
|
padding-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
@ -858,13 +858,16 @@ nav .acpopup {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.wall-event-item {
|
.wall-event-item {
|
||||||
padding: 10px 10px 0px 10px;
|
padding: 10px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #3A87AD; /* should reflect calendar color */
|
background-color: #3A87AD; /* should reflect calendar color */
|
||||||
border-top-left-radius: $radiuspx;
|
border-top-left-radius: $radiuspx;
|
||||||
border-top-right-radius: $radiuspx;
|
border-top-right-radius: $radiuspx;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vevent .event-end {
|
||||||
|
padding-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
#event-summary-text {
|
#event-summary-text {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
Reference in New Issue
Block a user