diff --git a/websiteFunctions/templates/websiteFunctions/WPCreate.html b/websiteFunctions/templates/websiteFunctions/WPCreate.html index 4fe5f52cc..b57e52494 100644 --- a/websiteFunctions/templates/websiteFunctions/WPCreate.html +++ b/websiteFunctions/templates/websiteFunctions/WPCreate.html @@ -14,6 +14,7 @@ display: inline-block; width: 32px; height: 19px; + border-radius: 10%; } .switch input { @@ -32,6 +33,7 @@ background-color: #ccc; -webkit-transition: .4s; transition: .4s; + border-radius: 10%; } .slider:before { @@ -44,6 +46,7 @@ background-color: white; -webkit-transition: .4s; transition: .4s; + border-radius: 20%; } input:checked + .slider { diff --git a/websiteFunctions/templates/websiteFunctions/createWebsite.html b/websiteFunctions/templates/websiteFunctions/createWebsite.html index 4d008084e..9303160e7 100755 --- a/websiteFunctions/templates/websiteFunctions/createWebsite.html +++ b/websiteFunctions/templates/websiteFunctions/createWebsite.html @@ -6,7 +6,7 @@ {% load static %} {% get_current_language as LANGUAGE_CODE %} -