diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index f66929634..6f011e685 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -34,9 +34,7 @@ body { min-width: 700px; max-width: 1920px; width: 100%; - background-size: 100%; - background: url(../images/header-image.png) center 0 no-repeat; - height: 200px; + height: 200px; display: flex; flex-direction: column; flex-wrap: nowrap; @@ -508,10 +506,17 @@ hr.formDivider { /* HEADER ------> */ #branding { position: relative; - width: 80%; + width: 100%; height: 200px; margin: 0 auto; padding: 0px 0px 0px 0px; + background-size: 100%; + background-image: url(../images/header-image.png); + background-position: center; + background-repeat: no-repeat; +} +#topArea{ + width: 90%; } /* BRANDING ------> */ h1.vivo-logo { diff --git a/webapp/src/main/webapp/themes/iph/templates/identity.ftl b/webapp/src/main/webapp/themes/iph/templates/identity.ftl index 0027ad689..450172542 100644 --- a/webapp/src/main/webapp/themes/iph/templates/identity.ftl +++ b/webapp/src/main/webapp/themes/iph/templates/identity.ftl @@ -1,7 +1,7 @@ <#-- $This file is distributed under the terms of the license in LICENSE$ --> \ No newline at end of file + +