diff --git a/public/css/style_may2024.css b/public/css/style_may2024.css index cef1225..f8863c1 100644 --- a/public/css/style_may2024.css +++ b/public/css/style_may2024.css @@ -9329,3 +9329,12 @@ body .cke_notifications_area{ .review-image-modal{ cursor: pointer; } + +.flot-one-ship .flot-label{ + font-weight: bold; + display: flex; +} +.flot-one-ship .flot-label .flot-label-name{ + color: #377d87; + min-width: 120px; +} diff --git a/public/js/func.js b/public/js/func.js index 7d9a0b3..93ad13b 100644 --- a/public/js/func.js +++ b/public/js/func.js @@ -1,15 +1,12 @@ $(function(){ - $('.review-image-modal').click(function(){ - cl($(this)); - $(this).fancybox({ - 'autoScale': true, - 'transitionIn': 'elastic', - 'transitionOut': 'elastic', - 'speedIn': 500, - 'speedOut': 300, - 'autoDimensions': true, - 'centerOnScroll': true - }) + $(".review-image-modal").fancybox({ + buttons: [ + "zoom", + "fullScreen", + "download", + "thumbs", + "close" + ] }); }); diff --git a/resources/views/info_company_new.blade.php b/resources/views/info_company_new.blade.php index af3faf7..184b624 100644 --- a/resources/views/info_company_new.blade.php +++ b/resources/views/info_company_new.blade.php @@ -101,9 +101,13 @@ @endif @if (!empty($company[0]->logo)) - + + + @else - + + + @endif