Do not let categroy box overlap with alarm table

This commit is contained in:
Hadi Nategh 2015-06-23 12:32:55 +00:00
parent 666bdd82df
commit d643e37d63
2 changed files with 8 additions and 1 deletions

View File

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

View File

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