Löschen von ordner und ändern der Buttonanordung in masterpage der Kundenbereiche
This commit is contained in:
@@ -15,6 +15,12 @@
|
||||
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
|
||||
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
|
||||
<style>
|
||||
.nav-item dropdown::marker {
|
||||
background-color: #fff;
|
||||
font-size: 0;
|
||||
visibility: hidden;
|
||||
color: #043381;
|
||||
}
|
||||
</style>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/>
|
||||
|
||||
@@ -389,7 +389,7 @@
|
||||
<div class="d-none d-md-block">
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff">
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
|
||||
<div class="mx-auto" style="width:350px;">
|
||||
<div class="mx-auto">
|
||||
<div class="btn-group">
|
||||
<a type="button" class="btn btn-primary" href="Welcome.aspx?Par1=1" style="background-color:#fff; color:#043381;border:hidden;">Startseite</a>
|
||||
<!-- <button type="button" class="btn btn-danger dropdown-toggle dropdown-toggle-split" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;border:hidden;">
|
||||
@@ -447,7 +447,7 @@
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
<div style="padding-right:200px;">
|
||||
<div id="divueberdropdown">
|
||||
<div class="dropdown" style="background-color:#fff; color:#043381; margin-right:9.813rem;position:sticky;">
|
||||
<button class="dropbtn"> <center><img id="myImage" src="../<%=flagpath%>" style="border:1px solid #fff;width:32px; justify-items:center;" alt="Logo Schriftzug: Verag Spedition AG Blaue Schrift: Verag Spedition Graue Schrift: AG" /></center></button>
|
||||
<div class="dropdown-content">
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user