Merge branch 'AccountsUeberarbeiten'

This commit is contained in:
2024-01-19 10:27:54 +01:00
8 changed files with 167 additions and 10 deletions

View File

@@ -51,6 +51,7 @@
<right>
<HBox styleClass="button-untenrechts">
<Label fx:id="status"/>
<Button text="Laden" onAction="#onLaden"/>
<Button text="Speichern" defaultButton="true" onAction="#onSpeichern"/>
</HBox>
</right>

View File

@@ -27,7 +27,7 @@
<Button text="Alle Bestellungen anzeigen" onAction="#onBestellungenAnzeigen"/>
<Button text="Rechnungen herunterladen"/>
<Button text="Daten importieren/Exportieren"/>
<Button text="Account anlegen" onAction="#onAccountAnlegenClick"/>
<Button text="Accounts verwalten" onAction="#onAccountAnlegenClick"/>
</VBox>
</left>
<right>

View File

@@ -81,7 +81,7 @@
-fx-grid-lines-visible: true;
}
.accounterstellung_links {
.accounterstellung_links, .button-untenrechts{
-fx-spacing: 20;
}