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 {
|
#infolog-index .egwGridView_grid .et2_hbox.et2_box_widget.infolog_CompletedClmn {
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
td.infologEncrypt {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
button#infolog-edit_encrypt {
|
||||||
|
position: absolute;
|
||||||
|
right: -2px;
|
||||||
|
top: 3px;
|
||||||
|
}
|
||||||
/* #############################################################################
|
/* #############################################################################
|
||||||
// iframe
|
// iframe
|
||||||
// Rahmen + padding**/
|
// Rahmen + padding**/
|
||||||
@ -394,4 +402,7 @@ input#infolog-edit_info_subject {
|
|||||||
width: 96%;
|
width: 96%;
|
||||||
}
|
}
|
||||||
/*Historie*/
|
/*Historie*/
|
||||||
|
button#infolog-edit_encrypt {
|
||||||
|
top: 13px;
|
||||||
|
}
|
||||||
/**/
|
/**/
|
||||||
|
@ -49,7 +49,7 @@
|
|||||||
/*height: auto !important;*/
|
/*height: auto !important;*/
|
||||||
|
|
||||||
table.et2_grid {border-top: 0px;}
|
table.et2_grid {border-top: 0px;}
|
||||||
|
|
||||||
/* Minimum width for first column */
|
/* Minimum width for first column */
|
||||||
.gridCont_0_div_col_0 {
|
.gridCont_0_div_col_0 {
|
||||||
min-width: 45px;
|
min-width: 45px;
|
||||||
@ -393,5 +393,9 @@ input#infolog-edit_info_subject {width: 98% !important;}
|
|||||||
|
|
||||||
/*Historie*/
|
/*Historie*/
|
||||||
|
|
||||||
|
// InfoLog encryption
|
||||||
|
button#infolog-edit_encrypt {
|
||||||
|
top: 13px;
|
||||||
|
}
|
||||||
|
|
||||||
/**/// Ende der APP INfolo
|
/**/// Ende der APP INfolo
|
Loading…
Reference in New Issue
Block a user