From d643e37d63dd2b2b5df74b175b5192afa7b11f9b Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 23 Jun 2015 12:32:55 +0000 Subject: [PATCH] Do not let categroy box overlap with alarm table --- calendar/templates/default/app.css | 4 ++++ calendar/templates/pixelegg/app.css | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 2c0aae6aa4..c7876e1061 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -729,4 +729,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 e749b1ee30..6a5f6695e5 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -11,7 +11,7 @@ * @package calendar * @version $Id$ */ -/* $Id: app.css 52715 2015-05-06 19:03:45Z nathangray $ */ +/* $Id: app.css 52916 2015-06-10 21:51:28Z nathangray $ */ /*Media print classes*/ @media print { .th td, @@ -732,6 +732,9 @@ img.calendar_print_appicon { #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;