diff options
| author | Andreas Weninger <e01526989@student.tuwien.ac.at> | 2018-06-08 19:09:44 +0200 | 
|---|---|---|
| committer | Tharre <tharre3@gmail.com> | 2018-06-13 19:21:59 +0200 | 
| commit | 190110e7aa414b56aad41712e2529598530bf8b5 (patch) | |
| tree | b109ea382c27ece7f597459a8f35dd7ba362d4b3 /src/main/resources | |
| parent | a5cc1e2c7a20821161f894af0dc890a1c7811600 (diff) | |
| download | sepm-groupproject-190110e7aa414b56aad41712e2529598530bf8b5.tar.gz sepm-groupproject-190110e7aa414b56aad41712e2529598530bf8b5.tar.xz sepm-groupproject-190110e7aa414b56aad41712e2529598530bf8b5.zip  | |
UI Rework. WiP.
Diffstat (limited to 'src/main/resources')
| -rw-r--r-- | src/main/resources/fxml/RegistrationWindow.fxml | 12 | 
1 files changed, 6 insertions, 6 deletions
diff --git a/src/main/resources/fxml/RegistrationWindow.fxml b/src/main/resources/fxml/RegistrationWindow.fxml index 2e91d36..c369a70 100644 --- a/src/main/resources/fxml/RegistrationWindow.fxml +++ b/src/main/resources/fxml/RegistrationWindow.fxml @@ -44,18 +44,18 @@        <Insets topRightBottomLeft="-12"/>      </GridPane.margin>    </AnchorPane> -  <VBox> <!--"Neue Anmeldung", "von bis"--> -    <Text text="Neue Anmeldung" styleClass="text-big" style="-fx-fill: white;"/> +  <VBox spacing="3"> <!--"Neue Anmeldung", "von bis"--> +    <Label text="Neue Anmeldung" styleClass="text-big, text-white, text-bold"/>      <HBox spacing="6" alignment="CENTER"> -      <Text text="von" style="-fx-fill: white;"/> +      <Label text="von" styleClass="text-medium, text-white"/>        <ComboBox value="8:00"/> -      <Text text="bis" style="-fx-fill: white;"/> +      <Label text="bis" styleClass="text-medium, text-white"/>        <ComboBox value="16:00"/>      </HBox>    </VBox>    <VBox GridPane.columnIndex="2"> -    <Hyperlink text="schließen" styleClass="text-big, text-white"/> -    <Button text="ERSTELLEN" styleClass="button-main"/> +    <Hyperlink text="schließen" styleClass="text-small, text-white"/> +    <Button text="ERSTELLEN" styleClass="button-main, text-medium"/>    </VBox>  </GridPane>  | 
