From ed847a91f6f8221bc13523574baf4ab7b3cf430a Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 7 Sep 2014 22:14:28 -0700 Subject: add categories to events --- view/css/mod_events.css | 14 ++++++++++++++ view/tpl/event_form.tpl | 4 +--- 2 files changed, 15 insertions(+), 3 deletions(-) (limited to 'view') diff --git a/view/css/mod_events.css b/view/css/mod_events.css index 657eff082..0aef13aa6 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -1,3 +1,17 @@ #event-desc-textarea, #event-location-textarea { width: 400px; +} + +#event-summary { + width: 400px; +} + +.event-cats { + margin-top: 15px; + width: 400px; +} + +.required { + color: #ff0000; + font-size: 1.2rem; } \ No newline at end of file diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index 95ebe0351..af10e6c73 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -47,14 +47,12 @@ {{if $catsenabled}}
- +
{{/if}} - -
{{$d_text}}
-- cgit v1.2.3