Set less max-width for category in calendar edit dialog

This commit is contained in:
Hadi Nategh 2015-06-23 14:17:18 +00:00
parent d643e37d63
commit 2a14ec0576
2 changed files with 3 additions and 3 deletions

View File

@ -732,5 +732,5 @@ img.calendar_print_button, img.calendar_print_appicon {
}
#calendar-edit_category {
max-width:250px;
max-width:230px;
}

View File

@ -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"] {