From b59e2870ab47dab424d043dd51f70d427d92d7a5 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Fri, 27 Mar 2015 11:52:59 +0100 Subject: Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it there). Comment out some most probably deprecated js includes. Some css cleanup. --- view/css/conversation.css | 9 ++++++--- view/css/mod_events.css | 7 +++++-- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'view/css') diff --git a/view/css/conversation.css b/view/css/conversation.css index 591a4e767..dced812b7 100644 --- a/view/css/conversation.css +++ b/view/css/conversation.css @@ -11,16 +11,19 @@ code { .jothidden input { border: 0px; margin: 0px; - padding: 8px; height: 39px; - width: 70%; - margin-bottom: 5px; + width: 100%; } .jothidden { display:none; } +#jot-title-wrap input { + padding: 8px; + margin-bottom: 5px; +} + #profile-jot-text { height: 39px; padding: 8px; diff --git a/view/css/mod_events.css b/view/css/mod_events.css index 37e8bbb84..f2ffb9a2e 100644 --- a/view/css/mod_events.css +++ b/view/css/mod_events.css @@ -25,7 +25,10 @@ .event-cats { margin-top: 15px; - width: 100%; +} + +.bootstrap-tagsinput { + width: 100%; } @@ -47,4 +50,4 @@ #event-edit-preview-btn { margin-right: 15px; -} \ No newline at end of file +} -- cgit v1.2.3