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