forked from extern/egroupware
encryption of InfoLog entries (EPL only)
This commit is contained in:
parent
ddbe8ccec3
commit
4d15d4b12c
@ -137,6 +137,14 @@ tr.dialogOperators td,
|
||||
#infolog-index .egwGridView_grid .et2_hbox.et2_box_widget.infolog_CompletedClmn {
|
||||
white-space: normal;
|
||||
}
|
||||
td.infologEncrypt {
|
||||
position: relative;
|
||||
}
|
||||
button#infolog-edit_encrypt {
|
||||
position: absolute;
|
||||
right: -2px;
|
||||
top: 3px;
|
||||
}
|
||||
/* #############################################################################
|
||||
// iframe
|
||||
// Rahmen + padding**/
|
||||
@ -394,4 +402,7 @@ input#infolog-edit_info_subject {
|
||||
width: 96%;
|
||||
}
|
||||
/*Historie*/
|
||||
button#infolog-edit_encrypt {
|
||||
top: 13px;
|
||||
}
|
||||
/**/
|
||||
|
@ -393,5 +393,9 @@ input#infolog-edit_info_subject {width: 98% !important;}
|
||||
|
||||
/*Historie*/
|
||||
|
||||
// InfoLog encryption
|
||||
button#infolog-edit_encrypt {
|
||||
top: 13px;
|
||||
}
|
||||
|
||||
/**/// Ende der APP INfolo
|
Loading…
Reference in New Issue
Block a user