Buttons weiter angepasst
This commit is contained in:
@@ -325,7 +325,7 @@
|
|||||||
<a class="navbar-brand" id="navbarhomebar" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" style="width:90%;height:90%;" alt="VERAG Spedition AG Logo with blue word color until grey AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></a>
|
<a class="navbar-brand" id="navbarhomebar" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" style="width:90%;height:90%;" alt="VERAG Spedition AG Logo with blue word color until grey AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"></a>
|
||||||
|
|
||||||
<div class="dropdown" id="dropdownbtnmain" >
|
<div class="dropdown" id="dropdownbtnmain" >
|
||||||
<button class="dropbtn" style="background-color:#fff;color:#043381;border:none;z-index:1031; position:absolute"
|
<button class="dropbtn"id="dropbtnbtnbtn"
|
||||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff;color:#043381"><img src="../images/samples/default-avatar.jpg"; width="15"; /><a data-bs-toggle="modal" data-bs-target="#exampleModal" <asp:LoginName class="pointer" ID="LoginName1" runat="server" style="margin-left:6px"/></a></button>
|
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff;color:#043381"><img src="../images/samples/default-avatar.jpg"; width="15"; /><a data-bs-toggle="modal" data-bs-target="#exampleModal" <asp:LoginName class="pointer" ID="LoginName1" runat="server" style="margin-left:6px"/></a></button>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
@@ -460,15 +460,15 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="dropdown" id="dropdownbtnmain">
|
<div class="dropdown" id="dropdownbtnmain">
|
||||||
<button class="dropbtn" style="background-color:#fff;color:#043381;border:none;z-index:1031; position:sticky"
|
<button class="dropbtn" id="dropbtnbtnbtn" style=""
|
||||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff;color:#043381"><img src="../images/samples/default-avatar.jpg"; width="15"; /><asp:LoginName class="pointer" ID="LoginName2" runat="server" style="margin-left:6px"/></button>
|
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff;color:#043381"><img src="../images/samples/default-avatar.jpg"; width="15"; /><asp:LoginName class="pointer" ID="LoginName2" runat="server" style="margin-left:6px"/></button>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div class="dropdown-content" id="dropdownmenuecont" >
|
<ul class="dropdown-content" id="dropdownmenuecont">
|
||||||
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff;color:#043381;text-align:left" ><img src="../images/Icons/main/gear_blue.png"; style="width:15px; height:15px;color:#043381;background-color:#fff;margin-right:6px;" />Profil bearbeiten </button>
|
<li> <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff; color:#043381;text-align:left;border:none"><img src="../images/Icons/main/gear_blue.png"; style="width:15px; height:15px;color:#043381;background-color:#fff;margin-right:6px;" />Profil bearbeiten</button> </li>
|
||||||
<button type="button"class="btn btn-primary" onclick="LogoutButton_Click" style="background-color:#fff;color:#043381;text-align:left"><img src="../images/Icons/main/Logout.svg.png"; style="width:20px; height:20px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</button>
|
<li> <button type="button" onclick="LogoutButton_Click" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none"><img src="../images/Icons/main/Logout.svg.png"; style="width:20px; height:20px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</button> </li>
|
||||||
<!-- <div class="dropdown-divider"></div>-->
|
<!-- <div class="dropdown-divider"></div>-->
|
||||||
</div> </div>
|
</ul> </div>
|
||||||
</nav> </div>
|
</nav> </div>
|
||||||
<!-- Container zur Ausrichtung des Contents-->
|
<!-- Container zur Ausrichtung des Contents-->
|
||||||
<div style="margin-left:5px;margin-right:5px">
|
<div style="margin-left:5px;margin-right:5px">
|
||||||
|
|||||||
@@ -165,11 +165,22 @@ ContentPlaceHolder1 {
|
|||||||
top: 8%;
|
top: 8%;
|
||||||
z-index: 1031;
|
z-index: 1031;
|
||||||
}
|
}
|
||||||
|
|
||||||
#dropdownmenuecont {
|
#dropdownmenuecont {
|
||||||
margin-right: -28%;
|
margin-right: -5px;
|
||||||
margin-top: 2%;
|
top: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#dropbtnbtnbtn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
border: none;
|
||||||
|
z-index: 1031;
|
||||||
|
position: absolute;
|
||||||
|
margin-top: -15px;
|
||||||
|
margin-right: 0px;
|
||||||
|
width: 13px;
|
||||||
|
height: 8px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 575px) and (max-width: 768px) {
|
@media (min-width: 575px) and (max-width: 768px) {
|
||||||
@@ -257,11 +268,30 @@ ContentPlaceHolder1 {
|
|||||||
.pointer {
|
.pointer {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
#dropdownbtnmain {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
position: absolute;
|
||||||
|
right: 7%;
|
||||||
|
top: 8%;
|
||||||
|
z-index: 1031;
|
||||||
|
}
|
||||||
#dropdownmenueuser {
|
#dropdownmenueuser {
|
||||||
margin-right: -15%;
|
margin-right: -15%;
|
||||||
margin-top: 2%;
|
margin-top: 2%;
|
||||||
}
|
}
|
||||||
}
|
#dropbtnbtnbtn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
border: none;
|
||||||
|
z-index: 1031;
|
||||||
|
position: sticky
|
||||||
|
}
|
||||||
|
#dropdownmenuecont {
|
||||||
|
margin-right: -5px;
|
||||||
|
top: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@media (min-width: 768px) {
|
@media (min-width: 768px) {
|
||||||
body {
|
body {
|
||||||
font-family: 'Poppins', sans-serif;
|
font-family: 'Poppins', sans-serif;
|
||||||
@@ -343,25 +373,24 @@ ContentPlaceHolder1 {
|
|||||||
.pointer {
|
.pointer {
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
#dropdownmenueuser {
|
|
||||||
background-color: #fff;
|
|
||||||
color: #043381;
|
|
||||||
position: absolute;
|
|
||||||
right: 5%;
|
|
||||||
top: 2%;
|
|
||||||
z-index: 1031
|
|
||||||
}
|
|
||||||
#dropdownbtnmain {
|
|
||||||
background-color: #fff;
|
|
||||||
color: #043381;
|
|
||||||
position: absolute;
|
|
||||||
right: 4%;
|
|
||||||
top: 4%;
|
|
||||||
z-index: 1031
|
|
||||||
}
|
|
||||||
#dropdownmenuecont {
|
#dropdownmenuecont {
|
||||||
margin-right: -25%;
|
position: absolute;
|
||||||
margin-top: 2%;
|
top: 20px;
|
||||||
|
right: -852px;
|
||||||
|
height:75px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#dropbtnbtnbtn {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
border: none;
|
||||||
|
z-index: 1031;
|
||||||
|
position: absolute;
|
||||||
|
top:-28px;
|
||||||
|
right:-852px;
|
||||||
|
}
|
||||||
|
#langdropdown{
|
||||||
|
height:auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#ContentPlaceHolder1 {
|
#ContentPlaceHolder1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user