Css changes to start site

This commit is contained in:
2020-12-13 17:09:08 +01:00
parent 03e5e1b455
commit 8946853604
2 changed files with 6 additions and 2 deletions

View File

@@ -3769,3 +3769,7 @@ java.lang.NullPointerException: null
2020-12-10 23:50:09,131 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default' 2020-12-10 23:50:09,131 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default'
2020-12-10 23:50:09,137 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated... 2020-12-10 23:50:09,137 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown initiated...
2020-12-10 23:50:09,152 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed. 2020-12-10 23:50:09,152 INFO [SpringContextShutdownHook] HikariPool-1 - Shutdown completed.
2020-12-12 00:17:46,630 INFO [SpringContextShutdownHook] Shutting down ExecutorService 'applicationTaskExecutor'
2020-12-12 00:17:46,632 INFO [SpringContextShutdownHook] Closing JPA EntityManagerFactory for persistence unit 'default'
2020-12-12 00:17:46,633 INFO [SpringContextShutdownHook] HikariPool-2 - Shutdown initiated...
2020-12-12 00:17:46,655 INFO [SpringContextShutdownHook] HikariPool-2 - Shutdown completed.

View File

@@ -17,10 +17,10 @@ div.userLogin {
input.email_input { input.email_input {
background-color: transparent; background-color: transparent;
border: transparent; border: transparent;
border-bottom: 2px solid red; border-bottom: 2px solid greenyellow;
color: #FFF; color: #FFF;
font-size: xx-large; font-size: xx-large;
width: fit-content; width: 100%;
} }
input.password_input { input.password_input {