Created Anrechnungen STGL: GUI, Controller, Tabledata, Phrases

Signed-off-by: cris-technikum <hainberg@technikum-wien.at>
This commit is contained in:
Cris
2021-01-19 13:24:16 +01:00
committed by cris-technikum
parent f185c92db7
commit b5dd85f2a6
6 changed files with 561 additions and 1 deletions
+30
View File
@@ -39,4 +39,34 @@
.btn-select-col-selected
{
background-color: #e6e6e6;
}
.btn-w200
{
width: 200px;
}
.btn-mr5
{
margin-right: 10px;
}
.btn-mr10
{
margin-right: 10px;
}
.btn-mr20
{
margin-right: 20px;
}
.btn-mr40
{
margin-right: 40px;
}
.btn-mr50
{
margin-right: 50px;
}