From edb5ec45a51173afec11b6d849b2d486915d5cdb Mon Sep 17 00:00:00 2001 From: jojkhan Date: Wed, 16 Nov 2022 16:24:21 +0500 Subject: [PATCH] some cosmetic changes --- .../templates/websiteFunctions/WPCreate.html | 3 +++ .../websiteFunctions/createWebsite.html | 26 ++++++++++++------- 2 files changed, 20 insertions(+), 9 deletions(-) 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 %} -