From 663e985878cb6d4665bfd6756240265d3f2f1da7 Mon Sep 17 00:00:00 2001 From: josdem Date: Thu, 10 Oct 2024 13:12:43 -0600 Subject: [PATCH 1/5] #378 Deleting border --- src/main/resources/templates/pet/list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/pet/list.html b/src/main/resources/templates/pet/list.html index 6f1bd76a..8b0479c2 100644 --- a/src/main/resources/templates/pet/list.html +++ b/src/main/resources/templates/pet/list.html @@ -76,7 +76,7 @@

  • - +
    From 0b3717f7d07665ba5054e4137077427f95b151d3 Mon Sep 17 00:00:00 2001 From: josdem Date: Thu, 10 Oct 2024 13:15:34 -0600 Subject: [PATCH 2/5] 378 Setting table below pet's information --- src/main/resources/templates/pet/list.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/resources/templates/pet/list.html b/src/main/resources/templates/pet/list.html index 8b0479c2..1675396e 100644 --- a/src/main/resources/templates/pet/list.html +++ b/src/main/resources/templates/pet/list.html @@ -75,21 +75,21 @@

  • - -
  • - +
    + - - - - - - - -
    + + + + + + + + +
    From 0228c98582f0264630766e0708d5cdb934c1325f Mon Sep 17 00:00:00 2001 From: josdem Date: Thu, 10 Oct 2024 13:22:26 -0600 Subject: [PATCH 3/5] #378 Align center --- src/main/resources/templates/pet/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/pet/list.html b/src/main/resources/templates/pet/list.html index 1675396e..330585b4 100644 --- a/src/main/resources/templates/pet/list.html +++ b/src/main/resources/templates/pet/list.html @@ -65,9 +65,9 @@
    -

    +

    -
    +
    • From 5efa6c18e74272324848e978134a502358bdde3c Mon Sep 17 00:00:00 2001 From: josdem Date: Thu, 10 Oct 2024 13:30:55 -0600 Subject: [PATCH 4/5] #378 Adding some style --- src/main/resources/templates/pet/list.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/main/resources/templates/pet/list.html b/src/main/resources/templates/pet/list.html index 330585b4..f5126383 100644 --- a/src/main/resources/templates/pet/list.html +++ b/src/main/resources/templates/pet/list.html @@ -10,6 +10,12 @@ display: flex; justify-content: space-between; } + table { + width: 100%; + } + td { + padding: 5px; + } @@ -64,6 +70,7 @@
      +

      @@ -75,6 +82,7 @@

    +
    From e55c6f51a7a978f34d2789234995e18f9184a92f Mon Sep 17 00:00:00 2001 From: josdem Date: Thu, 10 Oct 2024 13:31:19 -0600 Subject: [PATCH 5/5] #378 Updating version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 20186b3f..09dbb38a 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ ext { } group = 'com.josdem.vetlog' -version = '1.9.2' +version = '1.9.3' configurations { compileOnly {