Änderungen css und styles der Containerbreiten
This commit is contained in:
@@ -14,14 +14,24 @@
|
||||
|
||||
|
||||
<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>
|
||||
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{
|
||||
color: #043381;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
#tableSearch{
|
||||
width:1500px;
|
||||
width:1200px;
|
||||
}
|
||||
.align-self-xl-start{
|
||||
width:100%;
|
||||
@@ -33,19 +43,18 @@
|
||||
#conovertab {
|
||||
width: 350px;
|
||||
overflow-x: auto;
|
||||
}
|
||||
}
|
||||
h1{
|
||||
font-size:12px;
|
||||
}
|
||||
|
||||
#tableSearch{
|
||||
width:315px;
|
||||
}
|
||||
#containerseiterand{
|
||||
margin-left:5px;
|
||||
margin-right:5px;
|
||||
width:350px;
|
||||
}
|
||||
#tableSearch{
|
||||
max-width:166px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" title="VERAG IndexCustomer"/>
|
||||
|
||||
Reference in New Issue
Block a user