change event behaviour so that title is required but description is not

This commit is contained in:
friendica 2012-06-25 21:20:08 -07:00
parent fbaca4b742
commit 359a98cd22
3 changed files with 32 additions and 8 deletions

View file

@ -2421,6 +2421,30 @@ aside input[type='text'] {
font-size: 20px;
}
#event-summary-text {
margin-top: 15px;
}
#event-share-checkbox {
float: left;
margin-top: 10px;
}
#event-share-text {
float: left;
margin-top: 10px;
margin-left: 5px;
}
#event-share-break {
clear: both;
margin-bottom: 10px;
}
#event-summary {
width: 400px;
}
.vevent {
border: 1px solid #CCCCCC;
}