From ea026e8803a132352334ba8b1a61fcf75805a61f Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Thu, 5 May 2022 10:41:40 +0200
Subject: [PATCH] Soften the corners

---
 docs/distributions/openstack.md | 1 -
 docs/stylesheets/extra.css      | 3 +++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs/distributions/openstack.md b/docs/distributions/openstack.md
index a0e9bff..320804c 100644
--- a/docs/distributions/openstack.md
+++ b/docs/distributions/openstack.md
@@ -93,7 +93,6 @@ that will open in a new tab.
 
   </fieldset>
 
-  <hr />
   <center>
     <button type="button" name="run" onclick="runImageTests()" disabled>Run 0 tests</button>
   </center>
diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css
index 5e8bf9e..7c7b945 100644
--- a/docs/stylesheets/extra.css
+++ b/docs/stylesheets/extra.css
@@ -18,10 +18,12 @@ form.testing {
   padding: 0.5em;
   margin: auto;
   max-width: 80%;
+  border-radius: 4px;
 }
 
 .testing input {
   border: 1px solid black;
+  border-radius: 4px;
   padding: 5px;
   margin: 5px;
 }
@@ -50,6 +52,7 @@ form.testing {
 
 .testing fieldset {
   margin-inline: 10px;
+  border-radius: 4px;
 }
 
 .testing legend {
-- 
GitLab