1
0
Fork 0

event calendar links, editing

This commit is contained in:
Friendika 2011-06-14 19:48:37 -07:00
commit 5105b3febc
6 changed files with 148 additions and 43 deletions

View file

@ -6,6 +6,10 @@ $e_desc
<form action="$post" method="post" >
<input type="hidden" name="event_id" value="$eid" />
<input type="hidden" name="cid" value="$cid" />
<input type="hidden" name="uri" value="$uri" />
<div id="event-start-text">$s_text</div>
$s_dsel $s_tsel

View file

@ -2232,6 +2232,11 @@ a.mail-list-link {
margin-bottom: 10px;
}
.edit-event-link, .plink-event-link {
float: left;
margin-right: 4px;
}
.event-description:before {
content: url('../../../images/calendar.png');
margin-right: 15px;
@ -2262,6 +2267,7 @@ a.mail-list-link {
font-family: Courier, monospace;
}
.today {
font-weight: bold;
color: #FF0000;
}

View file

@ -2432,6 +2432,13 @@ a.mail-list-link {
margin-bottom: 10px;
}
.edit-event-link, .plink-event-link {
float: left;
margin-right: 4px;
}
.event-description:before {
content: url('../../../images/calendar.png');
margin-right: 15px;
@ -2461,6 +2468,7 @@ a.mail-list-link {
font-family: Courier, monospace;
}
.today {
font-weight: bold;
color: #FF0000;
}