fix?
This commit is contained in:
parent
a8e9d0ada4
commit
509dc31d62
@ -180,8 +180,6 @@ public class EssensverwaltungMitarbeiterView {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
tagesplan.getStyleClass().add("essensuebersicht_gridlines");
|
tagesplan.getStyleClass().add("essensuebersicht_gridlines");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,6 +15,10 @@ public class VerwaltungApplication extends Application {
|
|||||||
|
|
||||||
private static Stage stage;
|
private static Stage stage;
|
||||||
|
|
||||||
|
public static void abmelden(){
|
||||||
|
VerwaltungApplication.sceneWechseln("login-view.fxml");
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void start(Stage stage) throws IOException {
|
public void start(Stage stage) throws IOException {
|
||||||
FXMLLoader fxmlLoader = new FXMLLoader(VerwaltungApplication.class.getResource("login-view.fxml"));
|
FXMLLoader fxmlLoader = new FXMLLoader(VerwaltungApplication.class.getResource("login-view.fxml"));
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
-fx-padding: 20;
|
-fx-padding: 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hauptmenue_buttons_links{
|
.hauptmenue_buttons_links, .gerichterstellung_felder, .filter, .main, .filter_unten{
|
||||||
-fx-spacing: 20;
|
-fx-spacing: 20;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -73,6 +73,13 @@
|
|||||||
-fx-vgap: 10;
|
-fx-vgap: 10;
|
||||||
-fx-hgap: 10;
|
-fx-hgap: 10;
|
||||||
}
|
}
|
||||||
|
.test {
|
||||||
|
-fx-padding: 10 20;
|
||||||
|
}
|
||||||
|
|
||||||
|
.essensuebersicht_gridlines {
|
||||||
|
-fx-grid-lines-visible: true;
|
||||||
|
}
|
||||||
|
|
||||||
.accounterstellung_links, .button-untenrechts{
|
.accounterstellung_links, .button-untenrechts{
|
||||||
-fx-spacing: 20;
|
-fx-spacing: 20;
|
||||||
@ -82,3 +89,24 @@
|
|||||||
-fx-background-color: #FFDCDC;
|
-fx-background-color: #FFDCDC;
|
||||||
-fx-text-fill: #FFDCDC;
|
-fx-text-fill: #FFDCDC;
|
||||||
}
|
}
|
||||||
|
.essensuebersicht_gridlines > * {
|
||||||
|
-fx-alignment: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.pfeil{
|
||||||
|
-fx-background-color: -fx-mark-highlight-color, -fx-mark-color;
|
||||||
|
-fx-background-insets: 0 0 -1 0, 0;
|
||||||
|
-fx-padding: 0.25em;
|
||||||
|
-fx-shape: "M 0 -3.5 v 7 l 4 -3.5 z";
|
||||||
|
-fx-pref-width: 25;
|
||||||
|
}
|
||||||
|
|
||||||
|
.links {
|
||||||
|
-fx-rotate: 180;
|
||||||
|
}
|
||||||
|
.titledPaneUeberschrift > .title {
|
||||||
|
-fx-pref-height: 50;
|
||||||
|
-fx-padding: 10 10 16 10;
|
||||||
|
-fx-font-size: 15;
|
||||||
|
-fx-font-weight: bold;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user