diff --git a/Customers/Customers.master b/Customers/Customers.master
index f62cd0d..f89fb19 100644
--- a/Customers/Customers.master
+++ b/Customers/Customers.master
@@ -264,13 +264,13 @@
-
+
+
-
-
-
+
diff --git a/css/Customers/MasterpageCustomers.css b/css/Customers/MasterpageCustomers.css
index aad3e99..4c3121f 100644
--- a/css/Customers/MasterpageCustomers.css
+++ b/css/Customers/MasterpageCustomers.css
@@ -168,6 +168,24 @@ ContentPlaceHolder1 {
color: #043381;
font-size: 22px;
}
+ .pointer {
+ cursor: pointer;
+ }
+
+ #dropdownmenueuser {
+ margin-right: -28%;
+ margin-top: 9%
+ }
+
+ #dropdownbtnmain {
+ background-color: #fff;
+ color: #043381;
+ position: absolute;
+ right: 4%;
+ top: 0%;
+ z-index: 1031;
+ height:12px;
+ }
}
@media (min-width: 575px) and (max-width: 768px) {
@@ -260,8 +278,23 @@ ContentPlaceHolder1 {
z-index: 1031;
position: relative;
}
+ .pointer {
+ cursor: pointer;
+ }
+ #dropdownmenueuser {
+ margin-right: -28%;
+ margin-top: 0%
+ }
+ #dropdownbtnmain {
+ background-color: #fff;
+ color: #043381;
+ position: absolute;
+ right: 4%;
+ top: 8%;
+ z-index: 1031
+ }
}
-@media (min-width: 575px) {
+@media (min-width: 768px) {
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
@@ -358,6 +391,18 @@ ContentPlaceHolder1 {
.pointer {
cursor:pointer;
}
+ #dropdownmenueuser {
+ margin-right: -25%;
+ margin-top: -2%
+ }
+ #dropdownbtnmain {
+ background-color: #fff;
+ color: #043381;
+ position: absolute;
+ right: 4%;
+ top: 4%;
+ z-index: 1031
+ }
}
#ContentPlaceHolder1 {
align-self: center;