Added many things I can't recall but it has to do with inventory system and some minor fixes .. it's cool

This commit is contained in:
Lukas Moungos
2019-09-04 20:28:51 +02:00
parent 672702eef5
commit 068f3e2d91
34 changed files with 1057 additions and 269 deletions

View File

@@ -280,23 +280,10 @@ h5 {
}
/*Handelfenster */
#tf_betrag {
background-color: #313131; /* blau */
border: none;
height: 30px;
width: 100%
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
position: relative;
left: 1.5%;
color:#ffffff;
}
#tf_zahl {
background-color: #313131; /* blau */
border: none;
height: 30px;
width: 100%;
width: 124px;
text-align: center;
text-decoration: none;
display: inline-block;
@@ -305,6 +292,20 @@ h5 {
left: 1.5%;
color: #ffffff;
}
#tf_zahl {
background-color: #313131; /* blau */
border: none;
height: 30px;
width: 124px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 12px;
position: relative;
left: 42%;
top: 40%;
color: #ffffff;
}
#tf_name {
background-color: #313131; /* blau */
border: none;
@@ -347,7 +348,8 @@ h5 {
font-size: 16px;
font-color: white;
position: relative;
left: 1.5%;
left: 42%;
top: 40%;
color: #ffffff;
}