Make sure nm action_popup in calendar list view is display:none

This commit is contained in:
Hadi Nategh 2014-07-01 12:03:39 +00:00
parent 79f2554120
commit 9dd173288b
3 changed files with 10 additions and 4 deletions

View File

@ -624,3 +624,7 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
padding-left: 10px; padding-left: 10px;
margin-left: 5px; margin-left: 5px;
} }
#calendar-list_undelete_popup, #calendar-list_delete_popup {
display: none;
}

View File

@ -158,9 +158,7 @@
width: 100%; width: 100%;
} }
.action_popup {
display:none;
}
</styles> </styles>
</template> </template>
</overlay> </overlay>

View File

@ -11,7 +11,7 @@
* @package calendar * @package calendar
* @version $Id$ * @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 */ /* Header classes */
tr.dialogHeader td, tr.dialogHeader td,
tr.dialogHeader2 td, tr.dialogHeader2 td,
@ -627,6 +627,10 @@ e.g. the div with class calendar_calTimeGrid is generated by the timeGridWidget
padding-left: 10px; padding-left: 10px;
margin-left: 5px; margin-left: 5px;
} }
#calendar-list_undelete_popup,
#calendar-list_delete_popup {
display: none;
}
/*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;