From 36b07bc4ddc781069a170a72d10a5cb255c37d1c Mon Sep 17 00:00:00 2001 From: David Date: Tue, 23 Mar 2021 14:08:35 +0100 Subject: [PATCH] =?UTF-8?q?Algunos=20cambios=20de=20dise=C3=B1o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/less/header.less | 2 +- src/main/less/petclinic.less | 3 ++- src/main/less/responsive.less | 4 ++-- src/main/webapp/WEB-INF/jsp/welcome.jsp | 6 ++++-- src/main/webapp/WEB-INF/tags/menu.tag | 10 ++++++++-- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/main/less/header.less b/src/main/less/header.less index a9e394b89..08066c853 100644 --- a/src/main/less/header.less +++ b/src/main/less/header.less @@ -10,7 +10,7 @@ .navbar a.navbar-brand { background: url("../images/Logo Cheapy2.png") -1px -1px no-repeat; margin: 12px 0 6px; - width: 55px; + width: 70px; height: 55px; display: inline-block; text-decoration: none; diff --git a/src/main/less/petclinic.less b/src/main/less/petclinic.less index 775c4b0aa..0f326f7ed 100644 --- a/src/main/less/petclinic.less +++ b/src/main/less/petclinic.less @@ -213,6 +213,7 @@ img.img-responsive{ .img-home{ display: table; margin: 0 auto; + padding: 20px; } .btn-home{ @@ -221,7 +222,7 @@ img.img-responsive{ } .btn-home button { - background-color: rgb(0, 64, 128); /* Green background */ + background-color: rgb(0, 64, 128); border: 1px solid rgb(0, 0, 160); color: white; padding: 10px 24px; diff --git a/src/main/less/responsive.less b/src/main/less/responsive.less index 8f3b21545..a8874e253 100644 --- a/src/main/less/responsive.less +++ b/src/main/less/responsive.less @@ -9,10 +9,10 @@ .navbar a.navbar-brand { display: block; margin: 0 auto 0 auto; - width: 148px; + width: 50px; height: 50px; float: none; - background: url("../images/spring-logo-dataflow-mobile.png") 0 center no-repeat; + background: url("../images/Logo Cheapy2.png") 0 center no-repeat; } .homepage-billboard .homepage-subtitle { diff --git a/src/main/webapp/WEB-INF/jsp/welcome.jsp b/src/main/webapp/WEB-INF/jsp/welcome.jsp index e9c105d35..0cae0d52e 100644 --- a/src/main/webapp/WEB-INF/jsp/welcome.jsp +++ b/src/main/webapp/WEB-INF/jsp/welcome.jsp @@ -2,10 +2,11 @@ <%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> <%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %> <%@ taglib prefix="petclinic" tagdir="/WEB-INF/tags" %> + -

+

@@ -13,7 +14,8 @@
- + +
diff --git a/src/main/webapp/WEB-INF/tags/menu.tag b/src/main/webapp/WEB-INF/tags/menu.tag index b3a7c589e..6cda27bee 100644 --- a/src/main/webapp/WEB-INF/tags/menu.tag +++ b/src/main/webapp/WEB-INF/tags/menu.tag @@ -27,10 +27,16 @@ Home - + + + + Ver ofertas + + - + Contáctanos