Berechtigungssystem wurde hinzugefügt in Kommentaren damit schneller einsatzbereit.

Hinweis:
Im Commit 96993a6a wurde auch der Button entfernt der fälschlicherweise in der Hauptmenü-Leiste  der Navigationbar war der aber schon in dem Sidemenü vorhanden ist.
This commit is contained in:
ja
2021-09-02 15:29:41 +02:00
parent 96993a6a02
commit 3bd9fd3761
2 changed files with 60 additions and 49 deletions

View File

@@ -157,7 +157,7 @@ ContentPlaceHolder1 {
color: #043381;
font-size: 22px;
}
#dropdownbtnmain {
#dropdownbtnmain{
background-color: #fff;
color: #043381;
position: absolute;
@@ -165,9 +165,11 @@ ContentPlaceHolder1 {
top: 8%;
z-index: 1031;
}
#dropdownmenuecont {
#dropdownmenuecont{
margin-right: -5px;
top: 12px;
min-width: 72px;
max-width: 72px;
}
#dropbtnbtnbtn {
@@ -180,7 +182,10 @@ ContentPlaceHolder1 {
margin-right: 0px;
width: 13px;
height: 8px;
}
}
#dropdownmenuecont ul li .button {
font-size: 19px;
}
}
@media (min-width: 575px) and (max-width: 768px) {
@@ -278,7 +283,7 @@ ContentPlaceHolder1 {
}
#dropdownmenueuser {
margin-right: -15%;
margin-top: 2%;
margin-top: 23px;
}
#dropbtnbtnbtn {
background-color: #fff;
@@ -289,8 +294,11 @@ ContentPlaceHolder1 {
}
#dropdownmenuecont {
margin-right: -5px;
top: 12px;
top: 23px;
}
#dropdownmenuecont ul li .button {
font-size: 17px;
}
}
@media (min-width: 768px) {
body {
@@ -392,6 +400,9 @@ ContentPlaceHolder1 {
#langdropdown{
height:auto;
}
#dropdownmenuecont ul li .button{
font-size:16px;
}
}
#ContentPlaceHolder1 {
align-self: center;