Fix edit and field
This commit is contained in:
parent
8c2dbc3cc2
commit
d7a9676746
@ -1203,9 +1203,9 @@ ORDER BY date_sort ASC";
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<?php if (!$event['cancel']) { ?>
|
<?php if (!$event['cancel']) { ?>
|
||||||
<div style="margin-top:8px;text-align:right;">
|
<div style="position:absolute;top:8px;right:8px;">
|
||||||
<a href="javascript:{}" class="no-border" onclick="if(window.editDeal){window.editDeal(<?=intval($event['req_id'] ?: 0)?>, <?=$deal_id_for_edit?>)}" style="color:#43A047;font-size:13px;font-weight:500;">
|
<a href="javascript:{}" class="no-border" onclick="if(window.editDeal){window.editDeal(<?=intval($event['req_id'] ?: 0)?>, <?=$deal_id_for_edit?>)}" title="Редактировать сделку" style="color:#999;font-size:16px;line-height:1;">
|
||||||
Подробнее →
|
<i class="jw-action-icon-settings"></i>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
|
|||||||
10
css/crm.css
10
css/crm.css
@ -767,7 +767,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.is__left .chat-content {
|
.is__left .chat-content {
|
||||||
min-width: calc(100% - 20px)
|
min-width: calc(100% - 20px);
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.is__left .chat-complete {
|
.is__left .chat-complete {
|
||||||
@ -895,6 +896,10 @@
|
|||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.crm__filter-input input {
|
||||||
|
box-sizing: content-box !important;
|
||||||
|
}
|
||||||
|
|
||||||
.fstQueryInput:focus {
|
.fstQueryInput:focus {
|
||||||
border: none;
|
border: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
@ -1690,7 +1695,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.clients .is__left .chat-content {
|
.clients .is__left .chat-content {
|
||||||
min-width: calc(100% - 20px)
|
min-width: calc(100% - 20px);
|
||||||
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clients .is__left .chat-complete {
|
.clients .is__left .chat-complete {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user