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="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" />
|
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
|
||||||
<style>
|
<style>
|
||||||
|
.nav-item dropdown::marker {
|
||||||
|
background-color: #fff;
|
||||||
|
font-size: 0;
|
||||||
|
visibility: hidden;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/>
|
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar.css"/>
|
||||||
|
|||||||
@@ -389,7 +389,7 @@
|
|||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff">
|
<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>
|
<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">
|
<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>
|
<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;">
|
<!-- <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>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div style="padding-right:200px;">
|
<div id="divueberdropdown">
|
||||||
<div class="dropdown" style="background-color:#fff; color:#043381; margin-right:9.813rem;position:sticky;">
|
<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>
|
<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">
|
<div class="dropdown-content">
|
||||||
|
|||||||
@@ -45,7 +45,12 @@ table {
|
|||||||
width: 2048px;
|
width: 2048px;
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
.nav-item dropdown::marker {
|
||||||
|
background-color: #fff;
|
||||||
|
font-size: 0;
|
||||||
|
visibility: hidden;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
ContentPlaceHolder1 {
|
ContentPlaceHolder1 {
|
||||||
width: 2048px;
|
width: 2048px;
|
||||||
}
|
}
|
||||||
@@ -126,15 +131,16 @@ ContentPlaceHolder1 {
|
|||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
#Image1 {
|
#Image1 {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
height: 40%;
|
height: 40%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#butclose {
|
#butclose {
|
||||||
transform: translateX(-50%);
|
transform: translateX(-50%);
|
||||||
}
|
}
|
||||||
|
#divueberdropdown{
|
||||||
|
margin-right:6px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 575px) {
|
@media (min-width: 575px) {
|
||||||
@@ -203,6 +209,9 @@ ContentPlaceHolder1 {
|
|||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
#divueberdropdown {
|
||||||
|
margin-right: 7px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#ContentPlaceHolder1 {
|
#ContentPlaceHolder1 {
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
body {
|
body {
|
||||||
font-family: 'Poppins', sans-serif;
|
font-family: 'Poppins', sans-serif;
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
background-image: url(../images/road.jpg);
|
background-image: url(/images/road.jpg);
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
@@ -85,8 +85,7 @@ a:focus {
|
|||||||
#sidebarCollapse {
|
#sidebarCollapse {
|
||||||
background-color: #043381;
|
background-color: #043381;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
margin-right: -43px;
|
|
||||||
margin-right: -2.5rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebarCollapse:hover {
|
#sidebarCollapse:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user