mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Do not let categroy box overlap with alarm table
This commit is contained in:
parent
666bdd82df
commit
d643e37d63
@ -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;
|
||||
}
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user