Verbesserungen an CSS
This commit is contained in:
@@ -68,7 +68,7 @@
|
|||||||
<div id="conovertab">
|
<div id="conovertab">
|
||||||
<table class="table table-hover" id="normaltable" border="0" cellspacing="0" contenteditable="false" style="width:1250px" >
|
<table class="table table-hover" id="normaltable" border="0" cellspacing="0" contenteditable="false" style="width:1250px" >
|
||||||
<thead style="height:/*20px;*/ 1.56128024980484vh; /*background-color:#043381;*/ background-image: linear-gradient(to right, #003680 , #0055cc); color:#fff; font-weight:900;">
|
<thead style="height:/*20px;*/ 1.56128024980484vh; /*background-color:#043381;*/ background-image: linear-gradient(to right, #003680 , #0055cc); color:#fff; font-weight:900;">
|
||||||
<tr><th>Auswahl</th><th>LKW-Nr.</th><th>Kennzeichen</th><th>Standort</th><th>Frächter</th><th>Fracht</th><th>Info</th></tr>
|
<tr><th>Auswahl</th><th>LKW-Nr.</th><th>Kennzeichen</th><th>Standort</th><th>Frächter</th><th>Fracht</th><th>Info</th></tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody id="myTable">
|
<tbody id="myTable">
|
||||||
<tr><td><asp:CheckBox ID="CheckBox9" runat="server" /></td><td>1</td><td>PAN WE 231</td><td>SUBEN</td><td>TESTFRÄCHTER</td><td>2 Pck Teer</td><td><center><button type="button" class="btn btn-primary" data-toggle="collapse" data-target="#demo" id="togglecollapsesub1"><img src="../images/Icons/service/hilfe.png" width="15" height="15" /></button></center></td></tr>
|
<tr><td><asp:CheckBox ID="CheckBox9" runat="server" /></td><td>1</td><td>PAN WE 231</td><td>SUBEN</td><td>TESTFRÄCHTER</td><td>2 Pck Teer</td><td><center><button type="button" class="btn btn-primary" data-toggle="collapse" data-target="#demo" id="togglecollapsesub1"><img src="../images/Icons/service/hilfe.png" width="15" height="15" /></button></center></td></tr>
|
||||||
|
|||||||
@@ -385,10 +385,10 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
<div style="width:10px;margin-top:10px;z-index:1031;position:sticky">
|
<div id="divübernavpills" style="width:10px;margin-top:10px;right:-830px;z-index:1031;position:relative">
|
||||||
<ul class="nav nav-pills">
|
<ul class="nav nav-pills">
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown" style="position:sticky;right:10px;left:90%;top:5px;bottom:50px;">
|
||||||
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false" style="margin-left: 730px;z-index:1031; position:sticky" <button type="button" class="btn btn-primary" data-bs-toggle="dropdown" style="background-color:#fff;color:#043381;border:none;z-index:1031; position:sticky"><img src="../images/samples/default-avatar.jpg"; width="25"; /><asp:LoginName ID="LoginName1" runat="server" /></button></a>
|
<a class="nav-link dropdown-toggle" data-bs-toggle="dropdown" role="button" aria-expanded="false" style="" <button type="button" class="btn btn-primary" data-bs-toggle="dropdown" style="background-color:#fff;color:#043381;border:none;z-index:1031; position:sticky"><img src="../images/samples/default-avatar.jpg"; width="25"; /><asp:LoginName ID="LoginName1" runat="server" /></button></a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li>
|
<li>
|
||||||
<div class="modal-dialog" style="z-index:1031">
|
<div class="modal-dialog" style="z-index:1031">
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ ContentPlaceHolder1 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 575px) {
|
@media (min-width: 575px) and (max-width: 768px) {
|
||||||
body {
|
body {
|
||||||
font-family: 'Poppins', sans-serif;
|
font-family: 'Poppins', sans-serif;
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
@@ -235,7 +235,6 @@ ContentPlaceHolder1 {
|
|||||||
right: 20px;
|
right: 20px;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
/* background-color:#043381;*/
|
/* background-color:#043381;*/
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
@@ -249,28 +248,129 @@ ContentPlaceHolder1 {
|
|||||||
#divueberdropdown {
|
#divueberdropdown {
|
||||||
margin-right: 7px;
|
margin-right: 7px;
|
||||||
}
|
}
|
||||||
|
#divübernavpills {
|
||||||
|
width: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
|
right: -830px;
|
||||||
|
z-index: 1031;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
@media (min-width: 575px) {
|
||||||
|
body {
|
||||||
|
font-family: 'Poppins', sans-serif;
|
||||||
|
background: #fafafa;
|
||||||
|
background-image: url("../../images/road.jpg");
|
||||||
|
background-position: center center;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-attachment: fixed;
|
||||||
|
background-size: cover;
|
||||||
|
/* background-color:#043381;*/
|
||||||
|
}
|
||||||
|
|
||||||
#ContentPlaceHolder1 {
|
#offcanvasWithBothOptions {
|
||||||
align-self: center;
|
min-width: 17.692852087756545vw;
|
||||||
width: 1700px;
|
max-width: 17.692852087756545vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
#form1 {
|
#normaltable {
|
||||||
align-content: center
|
padding-left: -0.125em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.align-self-center {
|
h1 {
|
||||||
background-color: #fff;
|
color: #043381;
|
||||||
}
|
font-size: 32px;
|
||||||
|
}
|
||||||
|
|
||||||
.modal-body {
|
#conovertab {
|
||||||
/* background-color:#043381;*/
|
max-width: 150px 11.25em;
|
||||||
background-color: #fff;
|
margin-left: 35px;
|
||||||
color: #043381;
|
overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-header {
|
.containerSearch {
|
||||||
background-image: linear-gradient(to right, #003680, #0055cc);
|
width: 3.1821797931583133vw;
|
||||||
color: #fff;
|
color: #043381;
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.sidebar-header {
|
||||||
|
background-color: #fff;
|
||||||
|
max-width: 250px;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container-fluid {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navbarhomebar {
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
margin-left: 21%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.container-xxl {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-unstyled components {
|
||||||
|
background-color: #fff;
|
||||||
|
max-width: 250px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-toggle::after {
|
||||||
|
display: block;
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
right: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-body {
|
||||||
|
/* background-color:#043381;*/
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-header {
|
||||||
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
#divueberdropdown {
|
||||||
|
margin-right: 7px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#divübernavpills {
|
||||||
|
width: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
|
right: -230px;
|
||||||
|
z-index: 1031;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
#ContentPlaceHolder1 {
|
||||||
|
align-self: center;
|
||||||
|
width: 1700px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#form1 {
|
||||||
|
align-content: center
|
||||||
|
}
|
||||||
|
|
||||||
|
.align-self-center {
|
||||||
|
background-color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-body {
|
||||||
|
/* background-color:#043381;*/
|
||||||
|
background-color: #fff;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
|
|
||||||
|
.modal-header {
|
||||||
|
background-image: linear-gradient(to right, #003680, #0055cc);
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user