From ebbf6b0ed226169f9202df559c256872e2bc74fe Mon Sep 17 00:00:00 2001 From: tina1712 <54899139+tina1712@users.noreply.github.com> Date: Wed, 26 Feb 2020 14:28:30 +0100 Subject: [PATCH 1/2] Update baps-ui.php --- baps-ui.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/baps-ui.php b/baps-ui.php index 89e5e81..7b91a13 100644 --- a/baps-ui.php +++ b/baps-ui.php @@ -156,7 +156,6 @@ function forms() { .form-style li > label{ display: block; float: left; - margin-top: -19px; background: #FFFFFF; height: 14px; padding: 2px 5px 2px 5px; @@ -238,7 +237,7 @@ function check() { $html = $html.'
  • '; $html = $html.''; $html = $html.sprintf('', $full_name); - $html = $html.'Dein Name'; + $html = $html.'Dein Vor- und Nachname'; $html = $html.'
  • '; $html = $html.'
  • '; $html = $html.''; From 52a4594c0cbd2ad6f545146930284a34b93c5601 Mon Sep 17 00:00:00 2001 From: tina1712 <54899139+tina1712@users.noreply.github.com> Date: Wed, 26 Feb 2020 14:38:03 +0100 Subject: [PATCH 2/2] Update baps-ui.php --- baps-ui.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/baps-ui.php b/baps-ui.php index 7b91a13..c22b351 100644 --- a/baps-ui.php +++ b/baps-ui.php @@ -195,6 +195,7 @@ function forms() { .form-style input[type="submit"]{ background: #1d9188; border: none; + margin-left: 30%; padding: 10px 20px 10px 20px; border-bottom: 3px solid #1d9188; border-radius: 3px; @@ -202,6 +203,7 @@ function forms() { } .form-style input[type="submit"]:hover{ background: #dea514; + margin-left: 30%; border-bottom: 3px solid #dea514; color:#FFFFFF; }