bring event form into line with other forms

This commit is contained in:
friendica 2015-03-26 20:56:05 -07:00
parent 0bb89778d3
commit b1f2c29a96

View File

@ -8,18 +8,24 @@
float: left;
}
#event-summary, #start_text, #finish_text {
width: 300px;
#event-summary, #start_text {
width: 98%;
float: left;
}
#finish_text {
width: 100%;
float: left;
}
#event-category-wrap {
margin-top: 15px;
}
.event-cats {
margin-top: 15px;
width: 400px;
width: 100%;
}