mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-03 02:56:56 -04:00
fix centering of avatar column
This commit is contained in:
parent
7f70be42f4
commit
b6788f3317
1 changed files with 8 additions and 8 deletions
|
@ -1158,14 +1158,6 @@ textfield */
|
|||
.table-view .column-header.last-column .label {
|
||||
}
|
||||
|
||||
.table-view .column-header.avatar-column {
|
||||
-fx-padding: 0;
|
||||
}
|
||||
|
||||
.table-view .column-header.avatar-column .label {
|
||||
-fx-alignment: center;
|
||||
}
|
||||
|
||||
.table-view .column-header.first-column {
|
||||
-fx-padding: 0 0 0 15;
|
||||
}
|
||||
|
@ -1174,6 +1166,14 @@ textfield */
|
|||
-fx-padding: 0 15 0 0;
|
||||
}
|
||||
|
||||
.table-view .column-header.avatar-column {
|
||||
-fx-padding: 0;
|
||||
}
|
||||
|
||||
.table-view .column-header.avatar-column .label {
|
||||
-fx-alignment: center;
|
||||
}
|
||||
|
||||
.number-column.table-cell {
|
||||
-fx-font-size: 1em;
|
||||
-fx-padding: 0 0 0 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue