Änderung CSS Fehler behoben

This commit is contained in:
ja
2021-11-24 08:54:40 +01:00
parent 2638274752
commit 2ca8ba018b
4 changed files with 16 additions and 12 deletions

View File

@@ -605,11 +605,11 @@
</div> </div>
</div> </div>
<div class="dropdown" id="dropdownbtnmain" style="position: absolute; top:-18px; right:202px; width:200px;z-index:1032; margin-right:2px;"> <div class="dropdown" id="dropdownbtnmain" style="position: absolute; top:5px; right:197px; width:210px;z-index:1032; margin-right:-2px;">
<button class="dropbtn" class="btn btn-primary" id="dropbtnbtnbtn" style="height:50px; width:205px;right:-194px;white-space:nowrap" <button class="dropbtn" class="btn btn-primary" id="dropbtnbtnbtn" style="height:50px; width:205px;right:-194px;white-space:nowrap"
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="background-color:#fff;color:#043381; width:30px;height:50px;white-space:nowrap"><img src="../images/samples/default-avatar.jpg"; width="15"; /><a data-bs-toggle="modal" data-bs-target="#exampleModal"><asp:LoginName class="pointer" ID="LoginName2" 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; width:30px;height:50px;white-space:nowrap"><img src="../images/samples/default-avatar.jpg"; width="15"; /><a data-bs-toggle="modal" data-bs-target="#exampleModal"><asp:LoginName class="pointer" ID="LoginName2" runat="server" style="margin-left:6px"/></a></button>
</button> </button>
<ul class="dropdown-content" id="dropdownmenuecont" style="width:210px;right:-198px;top:45px;z-index:1032;margin-right:-2px;"> <ul class="dropdown-content" id="dropdownmenuecont" style="width:210px;right:-198px;top:2px;z-index:1032;margin-right:-2px;">
<li><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="text-decoration: none;background-color:#fff;color:#043381;z-index:1032;text-align:left;margin-left:-16px;border:none;font-size:16px;white-space: nowrap; width:200px"><img src="../images/Icons/main/gear_blue.png"; style="font-size:14px;width:15px; height:15px;color:#043381;background-color:#fff;margin-right:6px;" />Profil bearbeiten</button></li> <li><button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal" style="text-decoration: none;background-color:#fff;color:#043381;z-index:1032;text-align:left;margin-left:-16px;border:none;font-size:16px;white-space: nowrap; width:200px"><img src="../images/Icons/main/gear_blue.png"; style="font-size:14px;width:15px; height:15px;color:#043381;background-color:#fff;margin-right:6px;" />Profil bearbeiten</button></li>
<li><a type="button" class="btn btn-primary" href="../login/Logout.aspx" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:18px;width:200px;z-index:1032;margin-left:-16px;width:200px"><img src="../images/Icons/main/Logout.svg.png"; style="font-size:17px;width:20px; height:20px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</a></li> <li><a type="button" class="btn btn-primary" href="../login/Logout.aspx" style="text-decoration: none;background-color:#fff;color:#043381;text-align:left;border:none;font-size:18px;width:200px;z-index:1032;margin-left:-16px;width:200px"><img src="../images/Icons/main/Logout.svg.png"; style="font-size:17px;width:20px; height:20px;color:#043381;background-color:#fff; margin-right:6px;"/>Logout</a></li>
<!-- <div class="dropdown-divider"></div>--> <!-- <div class="dropdown-divider"></div>-->
@@ -635,7 +635,7 @@
</div> </div>
</nav></div> </nav></div>
<!-- Container zur Ausrichtung des Contents--> <!-- Container zur Ausrichtung des Contents-->
<div style="margin-left:5px;margin-right:5px;margin-top:-110px"> <div style="margin-left:5px;margin-right:5px;margin-top:0px">
<div style="height:95px;"></div> <div style="height:95px;"></div>
<form id="leftLinks" runat="server" style="float:initial"> <form id="leftLinks" runat="server" style="float:initial">
<asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server"> <asp:ContentPlaceHolder id="ContentPlaceHolder1" runat="server">

View File

@@ -60,8 +60,8 @@
<asp:UpdatePanel ID="panelupdate1" runat="server"><ContentTemplate> <asp:UpdatePanel ID="panelupdate1" runat="server"><ContentTemplate>
<!-- Webiste-Content--> <!-- Webiste-Content-->
<div id="containerseiterand" style="margin-left:auto;margin-right:auto"> <div id="containerseiterand" style="margin-left:auto;margin-right:auto">
<div class="container-fluid"> <div id="maincont">
<div id="cont1"> <div id="cont124">
<asp:HiddenField ID="hidField" ClientIDMode="Static" runat="server" /> <asp:HiddenField ID="hidField" ClientIDMode="Static" runat="server" />
<h1>Invoices</h1> <h1>Invoices</h1>

View File

@@ -56,7 +56,6 @@ hr {
#RadioButtonList1 { #RadioButtonList1 {
border: none; border: none;
} }
#btn_resetForm { #btn_resetForm {
margin-right: 2px; margin-right: 2px;
} }
@@ -68,10 +67,15 @@ ContentPlaceHolder1_Send_Data {
border: /*1.8px*/ 0.0706436420722135vw #808080 ridge; border: /*1.8px*/ 0.0706436420722135vw #808080 ridge;
margin-left: 12px margin-left: 12px
} }
#normaltable { #normaltable {
width: 100%; width: 100%;
} }
#cont124{
width:600px;
}
#maincont {
width:100%;
}
@media (max-width: 558.98px) { @media (max-width: 558.98px) {
body { body {
width: 390px; width: 390px;
@@ -117,11 +121,11 @@ ContentPlaceHolder1_Send_Data {
width: 700px; width: 700px;
} }
#cont3 { #cont1 {
width: 700px; width: 700px;
} }
#cont4 { #cont2 {
min-width: 750px; min-width: 750px;
} }
@@ -223,7 +227,7 @@ ContentPlaceHolder1_Send_Data {
width: 349.98px; width: 349.98px;
} }
#cont3 { #cont1 {
width: 349.98px; width: 349.98px;
} }

View File

@@ -52,7 +52,7 @@ table {
color: #043381; color: #043381;
} }
ContentPlaceHolder1 { ContentPlaceHolder1 {
width: 2048px; width: 1256px;
} }
.btn btn-primary { .btn btn-primary {