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

@ -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;
}

View File

@ -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;