Änderungen Design GUI

This commit is contained in:
ja
2021-11-19 15:39:40 +01:00
parent 545c13555b
commit 2e28bd5937
4 changed files with 18 additions and 13 deletions

View File

@@ -237,10 +237,10 @@ hr{
max-width: /*390px;*/ 85.90308370044053vw;
overflow-x: auto;
}
#btn_Auftraege{
height:15px;
width:120%;
}
#btn_Auftraege {
height: 15px;
width: 221px;
}
#pickdate1{
border: 1px solid #000000;
}
@@ -336,5 +336,9 @@ hr{
#txt_Empfaenger:invalid {
border: 1px solid red;
background-color: lightcoral;
}
}
#btn_Auftraege {
height: 15px;
width: 218px;
}
}