diff --git a/ajax/getClientLogForEventsNew.php b/ajax/getClientLogForEventsNew.php index 0e97b69..0f04de8 100644 --- a/ajax/getClientLogForEventsNew.php +++ b/ajax/getClientLogForEventsNew.php @@ -1203,9 +1203,9 @@ ORDER BY date_sort ASC"; } ?> -
- - Подробнее → +
+ +
diff --git a/css/crm.css b/css/crm.css index 9241a47..cb6a0c2 100644 --- a/css/crm.css +++ b/css/crm.css @@ -767,7 +767,8 @@ } .is__left .chat-content { - min-width: calc(100% - 20px) + min-width: calc(100% - 20px); + position: relative; } .is__left .chat-complete { @@ -895,6 +896,10 @@ padding: 0px !important; } +.crm__filter-input input { + box-sizing: content-box !important; +} + .fstQueryInput:focus { border: none; box-shadow: none; @@ -1690,7 +1695,8 @@ } .clients .is__left .chat-content { - min-width: calc(100% - 20px) + min-width: calc(100% - 20px); + position: relative; } .clients .is__left .chat-complete {