mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
Do not let categroy box overlap with alarm table
This commit is contained in:
parent
77e592da0f
commit
a90a18d584
@ -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;
|
||||
}
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user