bring event form into line with other forms
This commit is contained in:
		| @@ -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%; | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user