diff --git a/calendar/templates/default/app.css b/calendar/templates/default/app.css index 3afcd03944..b475555409 100644 --- a/calendar/templates/default/app.css +++ b/calendar/templates/default/app.css @@ -624,3 +624,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget padding-left: 10px; margin-left: 5px; } + +#calendar-list_undelete_popup, #calendar-list_delete_popup { + display: none; +} \ No newline at end of file diff --git a/calendar/templates/default/list.xet b/calendar/templates/default/list.xet index e39c18e18f..a1a28d081e 100644 --- a/calendar/templates/default/list.xet +++ b/calendar/templates/default/list.xet @@ -158,9 +158,7 @@ width: 100%; } -.action_popup { - display:none; -} + \ No newline at end of file diff --git a/calendar/templates/pixelegg/app.css b/calendar/templates/pixelegg/app.css index 4a917ec77b..48f9fe20b7 100755 --- a/calendar/templates/pixelegg/app.css +++ b/calendar/templates/pixelegg/app.css @@ -11,7 +11,7 @@ * @package calendar * @version $Id$ */ -/* $Id: app.css 47157 2014-06-04 07:32:17Z hnategh $ */ +/* $Id: app.css 47279 2014-06-16 16:49:45Z hnategh $ */ /* Header classes */ tr.dialogHeader td, tr.dialogHeader2 td, @@ -627,6 +627,10 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget padding-left: 10px; margin-left: 5px; } +#calendar-list_undelete_popup, +#calendar-list_delete_popup { + display: none; +} /*generell*/ .egw_fw_content_browser_iframe img[src$="svg"] { background-color: #828282 !important;