From 1767a07f4de9c9f3fa2a4cd8b3fb4e5bad069821 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 24 Nov 2015 19:18:26 +0100 Subject: efent form template fixes --- view/css/mod_events.css | 5 ++++ view/theme/redbasic/css/style.css | 24 ------------------ view/tpl/event_form.tpl | 53 +++++++++++++++++---------------------- 3 files changed, 28 insertions(+), 54 deletions(-) (limited to 'view') diff --git a/view/css/mod_events.css b/view/css/mod_events.css index 86776f400..00dcc40f8 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -3,3 +3,8 @@ margin-left: -1px; margin-bottom: -1px; } + +.bootstrap-tagsinput { + width: 100%; + padding: 6px 12px; +} diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index 74d106fe3..959550dbd 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -866,22 +866,6 @@ nav .acpopup { 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-wrapper { width: 400px; height: auto; @@ -959,14 +943,6 @@ nav .acpopup { clear: both; } - -.calendar { - font-family: Courier, monospace; -} -.today { - font-weight: bold; - color: #FF0000; -} #cboxOverlay { z-index: 1050; diff --git a/view/tpl/event_form.tpl b/view/tpl/event_form.tpl index e74aabc68..31e18caeb 100755 --- a/view/tpl/event_form.tpl +++ b/view/tpl/event_form.tpl @@ -23,84 +23,79 @@ {{if $catsenabled}}
{{$c_text}}
- +
{{/if}}
{{$d_text}}
- - - +
-
+
- - - - -
- - -
-
{{$l_text}}
- - - +
-
+
- - - - -
- - - -
@@ -110,8 +105,6 @@
-
- {{if ! $eid}} {{include file="field_checkbox.tpl" field=$share}} {{$acl}} @@ -121,7 +114,7 @@
- + {{if ! $eid}} {{/if}} -- cgit v1.2.3