mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-01 11:16:11 -04:00
panel spacing looking about right
This commit is contained in:
parent
91195f9482
commit
6b811f076d
1 changed files with 5 additions and 5 deletions
|
@ -1206,7 +1206,7 @@ textfield */
|
|||
-fx-alignment: center-left;
|
||||
-fx-font-weight: normal;
|
||||
-fx-font-size: 0.923em;
|
||||
-fx-padding: 0;
|
||||
-fx-padding: 6 0 6 0;
|
||||
}
|
||||
|
||||
.table-view .column-header {
|
||||
|
@ -1309,12 +1309,12 @@ textfield */
|
|||
|
||||
.table-view.offer-table .column-header.first-column {
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-radius: 50 0 0 0;
|
||||
-fx-border-radius: 0;
|
||||
}
|
||||
|
||||
.table-view.offer-table .column-header.last-column {
|
||||
-fx-background-radius: 0;
|
||||
-fx-border-radius: 0 50 0 0;;
|
||||
-fx-border-radius: 0;
|
||||
}
|
||||
|
||||
.table-view.offer-table .table-row-cell {
|
||||
|
@ -1324,7 +1324,7 @@ textfield */
|
|||
|
||||
.offer-table-top {
|
||||
-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-border-radius: 15 15 0 0;
|
||||
-fx-border-width: 0 0 0 0;
|
||||
|
@ -1337,7 +1337,7 @@ textfield */
|
|||
}
|
||||
|
||||
.offer-table-top .jfx-button {
|
||||
-fx-pref-width: 350px;
|
||||
-fx-pref-width: 300px;
|
||||
-fx-min-height: 35px;
|
||||
-fx-padding: 5 25 5 25;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue