diff --git a/webapp/src/main/webapp/themes/iph/css/iph.css b/webapp/src/main/webapp/themes/iph/css/iph.css index 5ebbbc34..c117f3a3 100644 --- a/webapp/src/main/webapp/themes/iph/css/iph.css +++ b/webapp/src/main/webapp/themes/iph/css/iph.css @@ -462,11 +462,11 @@ hr.formDivider { /* BRANDING ------> */ h1.vivo-logo { position: absolute; - width: 30%; - height: 54px;*/ - /* top: 28px; - left: 0; */ -/* background: url(../images/VIVO-logo.png) 0 0 no-repeat;*/ + width: 100%; + height: 100px; + top: 30px; + /* left: 0; */ + background: url(../images/title.png) center 0 no-repeat; } h1.vivo-logo a { display: block; diff --git a/webapp/src/main/webapp/themes/iph/images/header-image.png b/webapp/src/main/webapp/themes/iph/images/header-image.png index f27f05fc..6e7597a4 100644 Binary files a/webapp/src/main/webapp/themes/iph/images/header-image.png and b/webapp/src/main/webapp/themes/iph/images/header-image.png differ diff --git a/webapp/src/main/webapp/themes/iph/images/title.png b/webapp/src/main/webapp/themes/iph/images/title.png new file mode 100644 index 00000000..a628130d Binary files /dev/null and b/webapp/src/main/webapp/themes/iph/images/title.png differ