Änderungen Css Abstände wurden angepasst an korrekte Größe
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
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;
|
||||
@@ -50,23 +41,12 @@
|
||||
margin-right: 5px;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
#tableSearch {
|
||||
width: 315px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body {
|
||||
font-family: 'Poppins', sans-serif;
|
||||
background: #fafafa;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
background-attachment: fixed;
|
||||
background-size: cover;
|
||||
/* background-color:#043381;*/
|
||||
}
|
||||
|
||||
|
||||
#tableSearch {
|
||||
width: 1500px;
|
||||
@@ -84,5 +64,6 @@
|
||||
#normaltable {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user