diff --git a/infolog/templates/pixelegg/app.css b/infolog/templates/pixelegg/app.css index b5915e8c00..c42310cc30 100755 --- a/infolog/templates/pixelegg/app.css +++ b/infolog/templates/pixelegg/app.css @@ -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; +} /**/ diff --git a/infolog/templates/pixelegg/app.less b/infolog/templates/pixelegg/app.less index be7b0707cb..497989940d 100755 --- a/infolog/templates/pixelegg/app.less +++ b/infolog/templates/pixelegg/app.less @@ -49,7 +49,7 @@ /*height: auto !important;*/ table.et2_grid {border-top: 0px;} - + /* Minimum width for first column */ .gridCont_0_div_col_0 { min-width: 45px; @@ -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 \ No newline at end of file