From 2a14ec057614da909d3f53470ba2bcd67c593e82 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 23 Jun 2015 14:17:18 +0000 Subject: [PATCH] Set less max-width for category in calendar edit dialog --- calendar/templates/default/app.css | 2 +- calendar/templates/pixelegg/app.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index c7876e1061..27f384bc3b 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -732,5 +732,5 @@ img.calendar_print_button, img.calendar_print_appicon { } #calendar-edit_category { - max-width:250px; + max-width:230px; } \ No newline at end of file diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 6a5f6695e5..af7fcf4050 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -11,7 +11,7 @@ * @package calendar * @version $Id$ */ -/* $Id: app.css 52916 2015-06-10 21:51:28Z nathangray $ */ +/* $Id: app.css 52977 2015-06-23 12:32:55Z hnategh $ */ /*Media print classes*/ @media print { .th td, @@ -733,7 +733,7 @@ img.calendar_print_appicon { width: 133px; } #calendar-edit_category { - max-width: 250px; + max-width: 230px; } /*generell*/ .egw_fw_content_browser_iframe img[src$="svg"] {