From a21deecbd2d143db5f22c5516cdee20b22146a12 Mon Sep 17 00:00:00 2001 From: Joshen Lim <77193243+joshenx@users.noreply.github.com> Date: Thu, 28 Oct 2021 21:24:14 +0800 Subject: [PATCH] Fix resizing of prescription UI --- .../resources/view/AppointmentListCard.fxml | 27 +++++++++++++++---- src/main/resources/view/LightTheme.css | 6 +++++ 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/src/main/resources/view/AppointmentListCard.fxml b/src/main/resources/view/AppointmentListCard.fxml index f44ce7ab38d..e2dd8b65ddf 100644 --- a/src/main/resources/view/AppointmentListCard.fxml +++ b/src/main/resources/view/AppointmentListCard.fxml @@ -2,6 +2,7 @@ + @@ -16,8 +17,8 @@ - - + + + + + + + + + + + + + + + + + + - - + + diff --git a/src/main/resources/view/LightTheme.css b/src/main/resources/view/LightTheme.css index e85f23a9b95..8529f6a3785 100644 --- a/src/main/resources/view/LightTheme.css +++ b/src/main/resources/view/LightTheme.css @@ -137,6 +137,12 @@ -fx-background-color: transparent; } +.separator *.line { + -fx-border-style: solid; + -fx-border-color: #e7eeed; + -fx-border-width: 0 0 1 0; +} + .split-pane { -fx-border-radius: 15px; -fx-border-width: 0;