Löschen von ordner und ändern der Buttonanordung in masterpage der Kundenbereiche

This commit is contained in:
ja
2021-08-27 10:09:31 +02:00
parent 52df279dde
commit d0042929fc
4 changed files with 23 additions and 9 deletions

View File

@@ -45,7 +45,12 @@ table {
width: 2048px;
align-self: center;
}
.nav-item dropdown::marker {
background-color: #fff;
font-size: 0;
visibility: hidden;
color: #043381;
}
ContentPlaceHolder1 {
width: 2048px;
}
@@ -126,15 +131,16 @@ ContentPlaceHolder1 {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
}
#Image1 {
width: 40%;
height: 40%;
}
#butclose {
transform: translateX(-50%);
}
#divueberdropdown{
margin-right:6px;
}
}
@media (min-width: 575px) {
@@ -203,6 +209,9 @@ ContentPlaceHolder1 {
background-image: linear-gradient(to right, #003680, #0055cc);
color: #fff;
}
#divueberdropdown {
margin-right: 7px;
}
}
#ContentPlaceHolder1 {