Archived
0

show system and station names in node route

This commit is contained in:
iMoHax
2014-11-28 20:58:54 +03:00
parent 96b9da3ebe
commit 86053d7b0c
2 changed files with 36 additions and 3 deletions

View File

@@ -66,6 +66,17 @@ HBox.fields-group hbox-margin{
-fx-text-alignment: left;
}
.path-text {
-fx-alignment: center;
}
.path-system-text {
}
.path-station-text {
-fx-font-size: 8pt;
}
.path-icons {
-fx-alignment: center;
}