From 61a7d1cb9b0aa5b7153559f073f380ca06b4b839 Mon Sep 17 00:00:00 2001 From: ja Date: Tue, 23 Nov 2021 16:37:07 +0100 Subject: [PATCH] Css Design --- css/Customers/MasterpageCustomers.css | 85 ++++++++++++--------------- 1 file changed, 38 insertions(+), 47 deletions(-) diff --git a/css/Customers/MasterpageCustomers.css b/css/Customers/MasterpageCustomers.css index b198293..fa318dd 100644 --- a/css/Customers/MasterpageCustomers.css +++ b/css/Customers/MasterpageCustomers.css @@ -76,6 +76,38 @@ ContentPlaceHolder1 { margin-top: 55px; width: 15%; } +#ContentPlaceHolder1 { + align-self: center; + width: 1700px; +} + +#form1 { + align-content: center +} + +.align-self-center { + background-color: #fff; +} + +.modal-header { + width: 400px; + background-image: linear-gradient(to right, #003680, #0055cc); + color: #fff; +} + +#dropbtnlang { + margin-right: -39%; + margin-top: 5%; +} + +#langdropdown { + margin-right: -39%; + margin-top: 50px; +} + +#dropbtnbtnbtn:hover { + color: #fff; +} @media (max-width: 575px) { body { font-family: 'Poppins', sans-serif; @@ -456,86 +488,45 @@ ContentPlaceHolder1 { margin-top: -10px; width:100px; height:20px; - } - + } #dropdownmenuecont ul li .button{ font-size:16px; } - .modal-dialog { - width: 600px; + width: 400px; } - #contfluid { width: 600px; } - .modal-content { width: 400px; display: block; overflow-x: no-content; } - .modal-header { - width: 600px; + width: 400px; } - .modal-body { /* background-color:#043381;*/ background-color: #fff; color: #043381; width: 400px; } - .modal-footer { - width: 600px; + width: 400px; } - #exampleModalLabel { font-size: 12px; } - .modal-body { /* background-color:#043381;*/ background-color: #fff; color: #043381; width: 600px; } - .modal-header { background-image: linear-gradient(to right, #003680, #0055cc); color: #fff; - width: 600px; + width: 400px; } -} - #ContentPlaceHolder1 { - align-self: center; - width: 1700px; - } - - #form1 { - align-content: center - } - - .align-self-center { - background-color: #fff; - } - - - - .modal-header { - width:400px; - background-image: linear-gradient(to right, #003680, #0055cc); - color: #fff; - } -#dropbtnlang { - margin-right: -39%; - margin-top: 5%; -} -#langdropdown{ - margin-right: -39%; - margin-top:50px; -} -#dropbtnbtnbtn:hover{ - color:#fff; -} \ No newline at end of file +} \ No newline at end of file