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 {

View File

@@ -4,7 +4,7 @@
body {
font-family: 'Poppins', sans-serif;
background: #fafafa;
background-image: url(../images/road.jpg);
background-image: url(/images/road.jpg);
background-position: center center;
background-repeat: no-repeat;
background-attachment: fixed;
@@ -85,8 +85,7 @@ a:focus {
#sidebarCollapse {
background-color: #043381;
color: #fff;
margin-right: -43px;
margin-right: -2.5rem;
}
#sidebarCollapse:hover {