diff --git a/itou/static/css/itou.css b/itou/static/css/itou.css index 186f65c8fa..961522a300 100644 --- a/itou/static/css/itou.css +++ b/itou/static/css/itou.css @@ -351,16 +351,7 @@ an input field being invalid, generating an uncontrolled red box-shadow. */ background-image: url("../img/dashboard/card-header-bg-dora.png"); background-repeat: no-repeat; background-position: center right; - background-size: 100% auto; - border-top-left-radius: 0.5rem; - border-top-right-radius: 0.5rem; -} - -.c-box__header--gps { - background-image: url("../img/dashboard/card-header-bg-gps.png"); - background-repeat: no-repeat; - background-position: center right; - background-size: 100% auto; + background-size: contain; border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; } @@ -369,23 +360,16 @@ an input field being invalid, generating an uncontrolled red box-shadow. */ background-image: url("../img/dashboard/card-header-bg-diagoriente.png"); background-repeat: no-repeat; background-position: center right; - background-size: 100% auto; + background-size: contain; border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; } -.c-banner--pilotage { - background-image: url("../img/dashboard/banner-statistiques-pilotage-bg.jpg"); - background-repeat: no-repeat; - background-position: center right; - background-size: cover; -} - .c-box__header--gps { background-image: url("../img/dashboard/card-header-bg-gps.png"); background-repeat: no-repeat; background-position: center right; - background-size: 100% auto; + background-size: contain; border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; } @@ -395,11 +379,18 @@ an input field being invalid, generating an uncontrolled red box-shadow. */ background-image: url("../img/dashboard/card-header-bg-immersion-facile.png"); background-repeat: no-repeat; background-position: center right; - background-size: cover; + background-size: contain; border-top-left-radius: 0.5rem; border-top-right-radius: 0.5rem; } +.c-banner--pilotage { + background-image: url("../img/dashboard/banner-statistiques-pilotage-bg.jpg"); + background-repeat: no-repeat; + background-position: center right; + background-size: cover; +} + /* Fix for form.company and form.job_seeker width */ .w-lg-400px .select2-selection__rendered { white-space: nowrap !important; diff --git a/itou/static/img/dashboard/card-header-bg-gps.png b/itou/static/img/dashboard/card-header-bg-gps.png index 52e5f6b3ca..f6fd62b487 100644 Binary files a/itou/static/img/dashboard/card-header-bg-gps.png and b/itou/static/img/dashboard/card-header-bg-gps.png differ