Merge branch 'AccountsUeberarbeiten'
This commit is contained in:
@@ -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>
|
||||
|
@@ -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>
|
||||
|
@@ -81,7 +81,7 @@
|
||||
-fx-grid-lines-visible: true;
|
||||
}
|
||||
|
||||
.accounterstellung_links {
|
||||
.accounterstellung_links, .button-untenrechts{
|
||||
-fx-spacing: 20;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user