Add UA to guestbook

This commit is contained in:
Frankie B 2024-01-26 12:26:37 +00:00
commit 40cd7fc002
4 changed files with 745 additions and 509 deletions

View file

@ -286,13 +286,24 @@ table.gb-entry-form tr td span.text-danger {
}
table.gb-entry-form tr td textarea,
table.gb-entry-form tr td input {
table.gb-entry-form tr td input,
table.gb-entry-form tr td button{
margin-bottom: 5px;
margin-left: 10px;
background-color: var(--background);
border: var(--foreground) solid 1px;
}
table.gb-entry-form tr td button {
color: var(--foreground);
background-color: var(--background-secondary);
}
table.gb-entry-form tr td button:hover {
color: var(--background);
background-color: var(--foreground);
}
table.gb-entry-form-container {
width: 100%;
}
@ -327,6 +338,10 @@ table.gb-entry hr {
border-bottom: none;
}
table.gb-entry address {
font-size: 0.8pc;
}
table.gb-admin {
margin-bottom: 5px;
width: 500px;