From 6d3a8307cf3f4b67c9c6dfaa57b05e960b42ad6a Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Mon, 31 Aug 2015 21:25:00 +0200 Subject: [PATCH] beter size for subject --- include/template/action_display_short.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/template/action_display_short.php b/include/template/action_display_short.php index 7b6bf2658..c99cf6ff8 100644 --- a/include/template/action_display_short.php +++ b/include/template/action_display_short.php @@ -30,7 +30,7 @@ global $g_user; $date=new IDate("date_event"); $date->id="date_event_action_short"; $title=new IText('title_event'); - +$title->css_isze="60%"; // Description $summary=new ITextarea('summary'); $summary->style.='class="itextarea" style="padding:0px;margin:0px"';