Containeränderungen und Menüanpassungen des Seitenmenüs
This commit is contained in:
@@ -20,8 +20,7 @@
|
||||
<style>
|
||||
/* ---------------------------------------------------
|
||||
CONTENT STYLE
|
||||
----------------------------------------------------- */
|
||||
|
||||
----------------------------------------------------- */
|
||||
.btn btn-primary{
|
||||
color: #043381;
|
||||
background-color: #fff;
|
||||
@@ -29,8 +28,11 @@
|
||||
|
||||
.align-self-center{
|
||||
margin-left: 0.1530221882172915vw /*2px*/;
|
||||
margin-right: 0.1530221882172915vw /*2px*/;
|
||||
|
||||
margin-right: 0.1530221882172915vw /*2px*/;
|
||||
}
|
||||
#content {
|
||||
align-content:center;
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
@media (max-width: 558.98px) {
|
||||
@@ -45,11 +47,20 @@
|
||||
width: 100%;
|
||||
}
|
||||
#containerseiterand{
|
||||
width:90%;
|
||||
justify-content:start;
|
||||
width:110%;
|
||||
justify-content:center;
|
||||
}
|
||||
#input-group{
|
||||
max-width:90%;
|
||||
#myInput1{
|
||||
width:70%;
|
||||
height:50%;
|
||||
}
|
||||
#myInput2{
|
||||
width:70%;
|
||||
height:50%;
|
||||
}
|
||||
#myInput3{
|
||||
width:85%;
|
||||
height:50%;
|
||||
}
|
||||
}
|
||||
/* @media (min-width: 320px) and (min-height: 640px) {*/
|
||||
@@ -57,8 +68,7 @@
|
||||
#content_all {
|
||||
font-size: 1rem;
|
||||
font-size: 3.303964757709251vw;
|
||||
min-width: /*445px;*/ 98.01762114537445vw;
|
||||
float: left;
|
||||
min-width: /*445px;*/ 98.01762114537445vw;
|
||||
overflow-x: hidden;
|
||||
margin-left: 0px;
|
||||
padding-right: /*-20px*/ -4.405286343612334vw;
|
||||
@@ -68,6 +78,7 @@
|
||||
width:1400px;
|
||||
overflow-x:auto;
|
||||
}
|
||||
|
||||
}
|
||||
#innerhtmltable{
|
||||
margin-left: /*5px*/0.19615535504119264vw;
|
||||
@@ -76,7 +87,7 @@
|
||||
font-size: 1em;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center
|
||||
justify-content: center;
|
||||
}
|
||||
.btn-primary {
|
||||
color: #fff;
|
||||
@@ -93,7 +104,7 @@
|
||||
#conovertab{
|
||||
/* max-width:width:150px 11.25em;*/
|
||||
margin-left:/*14px*/ 3.0837004405286343vw;
|
||||
max-width:/*390px;*/ 85.90308370044053vw;
|
||||
max-width:/*390px;*/ 35.90308370044053vw;
|
||||
overflow-x:auto;
|
||||
}
|
||||
</style>
|
||||
@@ -104,14 +115,14 @@
|
||||
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
|
||||
|
||||
<div class="align-self-flex-start" style="/*margin-top:5px;*/margin-left:25px; margin-top:0.6510416666666667vw; margin-right:25px;">
|
||||
<div class="align-self-flex-center" style="/*margin-top:5px;*/margin-left:25px; margin-top:0.6510416666666667vw; margin-right:25px;">
|
||||
<div id="containerseiterand">
|
||||
<div style="height:/*90px*/9.68783638320775vh;"></div>
|
||||
|
||||
<div class="d-flex flex-col-4" style="align-content:start">
|
||||
<div class="d-flex flex-col-4" style="align-content:center">
|
||||
<h5>Rechnungen</h5>
|
||||
</div>
|
||||
<div style="place-content:center;">
|
||||
<div>
|
||||
<div class="row justify-content-md-start" >
|
||||
<div class="d-flex flex-col-4">
|
||||
<asp:Label ID="Label1" runat="server" Text="Datum"></asp:Label>
|
||||
|
||||
Reference in New Issue
Block a user