Do not let categroy box overlap with alarm table

This commit is contained in:
Hadi Nategh 2015-06-23 12:44:31 +00:00
parent 77e592da0f
commit a90a18d584
2 changed files with 11 additions and 1 deletions

View File

@ -680,3 +680,7 @@ img.calendar_print_button, img.calendar_print_appicon {
#calendar-edit select#calendar-edit_duration { #calendar-edit select#calendar-edit_duration {
width: 133px; width: 133px;
} }
#calendar-edit_category {
max-width: 250px;
}

View File

@ -11,7 +11,7 @@
* @package calendar * @package calendar
* @version $Id$ * @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 classes*/
@media print { @media print {
.th td, .th td,
@ -684,6 +684,12 @@ img.calendar_print_appicon {
.calendar_favorite_portlet .calendar_plannerScale a img { .calendar_favorite_portlet .calendar_plannerScale a img {
display: none; display: none;
} }
#calendar-edit select#calendar-edit_duration {
width: 133px;
}
#calendar-edit_category {
max-width: 250px;
}
/*generell*/ /*generell*/
.egw_fw_content_browser_iframe img[src$="svg"] { .egw_fw_content_browser_iframe img[src$="svg"] {
background-color: #828282 !important; background-color: #828282 !important;