Skip to content

Commit

Permalink
Fixed table header alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-kuendig committed May 14, 2018
1 parent 36f6594 commit 9d66629
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/backend.css
Expand Up @@ -87,6 +87,11 @@ table.table.data tbody tr.orderfooter-taxes td {
.price-table-modal table.data td.disabled {
color: #ccc;
}
.price-table-modal table.headers th:not(:first-child),
.price-table-modal table.data td:not(:first-child),
.price-table-modal table.data td:not(:first-child) .string-input {
text-align: right;
}

.price-table-currency-selector .btn-link {
padding-left: 0;
Expand Down

0 comments on commit 9d66629

Please sign in to comment.