Ausgleichen von Umbenennen derSeite und Synchronisation mit Titel sowie Button-Layout Anordnung

This commit is contained in:
ja
2021-09-02 11:44:18 +02:00
parent feb91c40c1
commit ece34a3866
2 changed files with 58 additions and 13 deletions

View File

@@ -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;