diff --git a/static/src/css/ethikis_survey.css b/static/src/css/ethikis_survey.css index ee7c6d9ec93e5dd331c38aff4c89ae95783f3b07..81a61ff62f422cd8d978b00509f78cdfc7dc6b4d 100644 --- a/static/src/css/ethikis_survey.css +++ b/static/src/css/ethikis_survey.css @@ -86,6 +86,7 @@ .ethikis-jumbo { box-shadow: 0 1rem 3.5rem rgba(0, 0, 0, 0.7) !important; background-color: rgba(233,236,239,0.93); + overflow: hidden; } .ethikis-jumbo a { @@ -162,3 +163,9 @@ background: #007bb5; color: white; } + +.js_question-wrapper .alert-danger { + color: #310206; + background-color: #e15360; + border-color: #e15360; +} diff --git a/static/src/img/etiquette.png b/static/src/img/etiquette.png index 117c8d0051f2b15575d4933090e94289628a7503..fe7601281c53bf7a414819420f805a4964c3acfd 100644 Binary files a/static/src/img/etiquette.png and b/static/src/img/etiquette.png differ