Änderungen css und styles der Containerbreiten

This commit is contained in:
ja
2021-08-25 16:21:53 +02:00
parent 0f67ed1fb3
commit 8d5f1f0c3a

View File

@@ -14,14 +14,24 @@
<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>
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;*/
}
.btn btn-primary{ .btn btn-primary{
color: #043381; color: #043381;
background-color: #fff; background-color: #fff;
} }
#tableSearch{ #tableSearch{
width:1500px; width:1200px;
} }
.align-self-xl-start{ .align-self-xl-start{
width:100%; width:100%;
@@ -33,19 +43,18 @@
#conovertab { #conovertab {
width: 350px; width: 350px;
overflow-x: auto; overflow-x: auto;
} }
h1{ h1{
font-size:12px; font-size:12px;
} }
#tableSearch{
width:315px;
}
#containerseiterand{ #containerseiterand{
margin-left:5px; margin-left:5px;
margin-right:5px; margin-right:5px;
width:350px; width:350px;
} }
#tableSearch{
max-width:166px;
}
} }
</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"/>