RVRNEXT-5 fine-tune styles
All checks were successful
rvr-nextgen/pipeline/pr-master This commit looks good

This commit is contained in:
Bence Pőcze 2023-04-25 19:28:12 +02:00
parent 7e84e6b4ba
commit 6abe93e3b5
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

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%;
} }