mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix infolog encryption and timestamp buttons misalignment
This commit is contained in:
parent
6c4cc97a5f
commit
86de4bbc16
@ -62,12 +62,12 @@ button.infologExtraButton {
|
||||
button.infologExtraButton:hover {
|
||||
background-size: 16px;
|
||||
}
|
||||
td.infologEncrypt {
|
||||
div.et2_hbox.tab_toolbar {
|
||||
position: relative;
|
||||
}
|
||||
button#infolog-edit_encrypt {
|
||||
position: absolute;
|
||||
right: -2px;
|
||||
right: 0px;
|
||||
top: 3px;
|
||||
}
|
||||
td.infologTimestamp {
|
||||
@ -75,7 +75,7 @@ td.infologTimestamp {
|
||||
}
|
||||
button#infolog-edit_timestamp {
|
||||
position: absolute;
|
||||
right: -25px;
|
||||
right: 29px;
|
||||
top: 3px;
|
||||
}
|
||||
div#infolog-edit_infolog-edit-description {
|
||||
|
@ -174,9 +174,11 @@
|
||||
<date-time statustext="til when should the ToDo or Phonecall be finished" id="info_enddate" class="et2_fullWidth" span="4"/>
|
||||
</row>
|
||||
<row class="et2_toolbar">
|
||||
<description id="spacer" span="5"/>
|
||||
<timestamper statustext="Insert timestamp into description field" id="timestamp" class="infologExtraButton infologTimestamp" target="info_des"/>
|
||||
<buttononly statustext="Encrypt description" id="encrypt" class="infologExtraButton infologEncrypt" background_image="1" image="lock" onclick="app.infolog.toggleEncrypt"/>
|
||||
<description id="spacer" span="6"/>
|
||||
<hbox class="tab_toolbar">
|
||||
<timestamper statustext="Insert timestamp into description field" id="timestamp" class="infologExtraButton infologTimestamp" target="info_des"/>
|
||||
<buttononly statustext="Encrypt description" id="encrypt" class="infologExtraButton infologEncrypt" background_image="1" image="lock" onclick="app.infolog.toggleEncrypt"/>
|
||||
</hbox>
|
||||
</row>
|
||||
<row>
|
||||
<tabbox id="tabs" class="et2_nowrap" span="all" width="100%" tab_height="250px">
|
||||
|
@ -39,7 +39,7 @@
|
||||
}
|
||||
.normal,
|
||||
.normal_done {
|
||||
color: #000000;
|
||||
color: black;
|
||||
}
|
||||
.high {
|
||||
color: #cc0000;
|
||||
@ -129,12 +129,12 @@ button.infologExtraButton {
|
||||
button.infologExtraButton:hover {
|
||||
background-size: 16px;
|
||||
}
|
||||
td.infologEncrypt {
|
||||
div.et2_hbox.tab_toolbar {
|
||||
position: relative;
|
||||
}
|
||||
button#infolog-edit_encrypt {
|
||||
position: absolute;
|
||||
right: -2px;
|
||||
right: 0px;
|
||||
top: 3px;
|
||||
}
|
||||
td.infologTimestamp {
|
||||
@ -142,7 +142,7 @@ td.infologTimestamp {
|
||||
}
|
||||
button#infolog-edit_timestamp {
|
||||
position: absolute;
|
||||
right: -25px;
|
||||
right: 29px;
|
||||
top: 3px;
|
||||
}
|
||||
div#infolog-edit_infolog-edit-description {
|
||||
@ -198,7 +198,7 @@ div#infolog-edit_infolog-edit-description {
|
||||
height: auto;
|
||||
}
|
||||
div#infolog-edit_info_contact input.ui-autocomplete-input span.ui-icon-close {
|
||||
background-color: #ffffff;
|
||||
background-color: #FFFFFF;
|
||||
background-size: contain;
|
||||
background-position: 5px 5px;
|
||||
top: 9px !important;
|
||||
|
Loading…
Reference in New Issue
Block a user