From a90a18d58468befcfff1031a29e9a50fa812b1d1 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 23 Jun 2015 12:44:31 +0000 Subject: [PATCH] Do not let categroy box overlap with alarm table --- calendar/templates/default/app.css | 4 ++++ calendar/templates/pixelegg/app.css | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 487b49a6bc..d02aba0967 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -679,4 +679,8 @@ img.calendar_print_button, img.calendar_print_appicon { #calendar-edit select#calendar-edit_duration { width: 133px; +} + +#calendar-edit_category { + max-width: 250px; } \ No newline at end of file diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 5985f4a098..d5acfa54a2 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -11,7 +11,7 @@ * @package calendar * @version $Id$ */ -/* $Id: app.css 49793 2014-12-09 17:55:00Z nathangray $ */ +/* $Id: app.css 52435 2015-04-07 13:16:07Z hnategh $ */ /*Media print classes*/ @media print { .th td, @@ -684,6 +684,12 @@ img.calendar_print_appicon { .calendar_favorite_portlet .calendar_plannerScale a img { display: none; } +#calendar-edit select#calendar-edit_duration { + width: 133px; +} +#calendar-edit_category { + max-width: 250px; +} /*generell*/ .egw_fw_content_browser_iframe img[src$="svg"] { background-color: #828282 !important;