Compare commits
No commits in common. "3ac92ea95567e58557d041081f34016ac3394fd7" and "e817a7caa11ca7d783f89933f9f2d882723830b6" have entirely different histories.
3ac92ea955
...
e817a7caa1
@ -138,7 +138,7 @@ public class EssensverwaltungMitarbeiterView {
|
||||
}
|
||||
|
||||
/**
|
||||
* Initialisiert alle Gerichte des aktuellen Datums auf der Seite.
|
||||
* Initialisiert alle Gerichte des aktuellen Datums auf der Seite
|
||||
*/
|
||||
private void initGerichte(){
|
||||
|
||||
@ -180,6 +180,8 @@ public class EssensverwaltungMitarbeiterView {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
tagesplan.getStyleClass().add("essensuebersicht_gridlines");
|
||||
}
|
||||
|
||||
|
@ -15,10 +15,6 @@ public class VerwaltungApplication extends Application {
|
||||
|
||||
private static Stage stage;
|
||||
|
||||
public static void abmelden(){
|
||||
VerwaltungApplication.sceneWechseln("login-view.fxml");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void start(Stage stage) throws IOException {
|
||||
FXMLLoader fxmlLoader = new FXMLLoader(VerwaltungApplication.class.getResource("login-view.fxml"));
|
||||
|
@ -18,7 +18,7 @@
|
||||
-fx-padding: 20;
|
||||
}
|
||||
|
||||
.hauptmenue_buttons_links, .gerichterstellung_felder, .filter, .main, .filter_unten{
|
||||
.hauptmenue_buttons_links{
|
||||
-fx-spacing: 20;
|
||||
}
|
||||
|
||||
@ -73,13 +73,6 @@
|
||||
-fx-vgap: 10;
|
||||
-fx-hgap: 10;
|
||||
}
|
||||
.test {
|
||||
-fx-padding: 10 20;
|
||||
}
|
||||
|
||||
.essensuebersicht_gridlines {
|
||||
-fx-grid-lines-visible: true;
|
||||
}
|
||||
|
||||
.accounterstellung_links, .button-untenrechts{
|
||||
-fx-spacing: 20;
|
||||
@ -88,25 +81,4 @@
|
||||
.falscheEingabe {
|
||||
-fx-background-color: #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