panel spacing looking about right

This commit is contained in:
woodser 2025-05-14 08:37:03 -04:00
parent 91195f9482
commit 6b811f076d
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -1206,7 +1206,7 @@ textfield */
-fx-alignment: center-left; -fx-alignment: center-left;
-fx-font-weight: normal; -fx-font-weight: normal;
-fx-font-size: 0.923em; -fx-font-size: 0.923em;
-fx-padding: 0; -fx-padding: 6 0 6 0;
} }
.table-view .column-header { .table-view .column-header {
@ -1309,12 +1309,12 @@ textfield */
.table-view.offer-table .column-header.first-column { .table-view.offer-table .column-header.first-column {
-fx-background-radius: 0; -fx-background-radius: 0;
-fx-border-radius: 50 0 0 0; -fx-border-radius: 0;
} }
.table-view.offer-table .column-header.last-column { .table-view.offer-table .column-header.last-column {
-fx-background-radius: 0; -fx-background-radius: 0;
-fx-border-radius: 0 50 0 0;; -fx-border-radius: 0;
} }
.table-view.offer-table .table-row-cell { .table-view.offer-table .table-row-cell {
@ -1324,7 +1324,7 @@ textfield */
.offer-table-top { .offer-table-top {
-fx-background-color: -bs-color-background-pane; -fx-background-color: -bs-color-background-pane;
-fx-padding: 25 15 25 15; -fx-padding: 15 15 15 15;
-fx-background-radius: 15 15 0 0; -fx-background-radius: 15 15 0 0;
-fx-border-radius: 15 15 0 0; -fx-border-radius: 15 15 0 0;
-fx-border-width: 0 0 0 0; -fx-border-width: 0 0 0 0;
@ -1337,7 +1337,7 @@ textfield */
} }
.offer-table-top .jfx-button { .offer-table-top .jfx-button {
-fx-pref-width: 350px; -fx-pref-width: 300px;
-fx-min-height: 35px; -fx-min-height: 35px;
-fx-padding: 5 25 5 25; -fx-padding: 5 25 5 25;
} }