unknown
2023-07-19 0ace429d10eef1abbdbf44341e70e1907206d392
force-app/main/default/pages/LostReportEdit.page
@@ -4,6 +4,7 @@
<apex:includeScript value="{!URLFOR($Resource.PleaseWaitDialog)}"/>
<apex:includeScript value="{!URLFOR($Resource.connection20)}"/>
<apex:includeScript value="{!URLFOR($Resource.apex20)}"/>
<apex:stylesheet value="{!URLFOR($Resource.StyleUtilCss)}"/><!-- 20230619 ljh lightning -->
   <style>
        .dateFormat  {
            display: none;
@@ -42,6 +43,12 @@
            margin: 0px;
            background-color: white;
        }
        .relatedProcessHistory{
            margin-top: 5px;
            margin-left: auto;
            width: 75%;
            margin-right: auto;
        }
        .bPageBlock {
            border-top: 0px;
        }