Infolog: Fix timestamp & encryption button positioning

This commit is contained in:
nathan 2022-04-20 16:51:12 -06:00
parent 416136dc24
commit a312b7fe71
3 changed files with 8 additions and 34 deletions

View File

@ -71,19 +71,14 @@ button.infologExtraButton:hover {
position: relative;
}
button#infolog-edit_encrypt {
position: absolute;
right: 0px;
top: 3px;
.tab_toolbar > button, .tab_toolbar > et2-button {
margin: 0px;
}
td.infologTimestamp {
position: relative;
}
button#infolog-edit_timestamp {
position: absolute;
right: 29px;
top: 3px;
position: relative;
}
div#infolog-edit_infolog-edit-description {
height: 250px;
}

View File

@ -135,19 +135,13 @@ button.infologExtraButton:hover {
.tab_toolbar {
position: relative;
}
button#infolog-edit_encrypt {
position: absolute;
right: 0px;
top: 3px;
.tab_toolbar > button,
.tab_toolbar > et2-button {
margin: 0px;
}
td.infologTimestamp {
position: relative;
}
button#infolog-edit_timestamp {
position: absolute;
right: 29px;
top: 3px;
}
div#infolog-edit_infolog-edit-description {
height: 250px;
}
@ -248,12 +242,6 @@ input#infolog-edit_info_subject {
max-height: 150px;
}
/*Historie*/
button#infolog-edit_encrypt {
top: 13px;
}
button#infolog-edit_timestamp {
top: 13px;
}
#infolog-index table.egwGridView_grid img {
height: 16px;
}

View File

@ -151,15 +151,6 @@ input#infolog-edit_info_subject {width: 98% !important;}
}
/*Historie*/
// InfoLog encryption
button#infolog-edit_encrypt {
top: 13px;
}
button#infolog-edit_timestamp {
top: 13px;
}
#infolog-index table.egwGridView_grid {
img{height: 16px;}
}