php-integration #21

Closed
fred.boniface wants to merge 146 commits from php-integration into main
1 changed files with 4 additions and 3 deletions
Showing only changes of commit fa418a44d9 - Show all commits

View File

@ -26,7 +26,7 @@ body {
.form-text-small { .form-text-small {
text-align: center; text-align: center;
border: black; border: black;
border-radius: 20px; border-radius: 5px;
padding: 10px; padding: 10px;
font-size: 18px; font-size: 18px;
} }
@ -40,8 +40,9 @@ body {
} }
.form-info { .form-info {
font-size: 16px; font-size: 17px;
font-weight: bold; font-weight: bolder;
margin-bottom: 4px;
} }
.lookup-button { .lookup-button {