feature/RVRNEXT-5-handling-currency-exchange-rates #32

Merged
bence merged 7 commits from feature/RVRNEXT-5-handling-currency-exchange-rates into master 2023-04-25 19:32:11 +02:00
Showing only changes of commit 6abe93e3b5 - Show all commits

View File

@ -113,7 +113,7 @@ p.small, span.small {
} }
.marginLeft { .marginLeft {
margin-left: 10px; margin-left: 5px;
} }
.marginBottom { .marginBottom {
@ -121,7 +121,7 @@ p.small, span.small {
} }
.marginRight { .marginRight {
margin-right: 10px; margin-right: 5px;
} }
.center { .center {
@ -455,7 +455,7 @@ table th {
} }
table th, table td { table th, table td {
padding: 2px 0; padding: 3px 0;
vertical-align: middle; vertical-align: middle;
} }
@ -485,6 +485,7 @@ table th:not(:last-child), table td:not(:last-child) {
margin-top: 4px; margin-top: 4px;
} }
button, a.button { button, a.button {
margin: 3px 0;
padding: 0; padding: 0;
width: 100%; width: 100%;
} }