add the first form elements

This commit is contained in:
Jakob Ketterl
2020-03-08 23:23:36 +01:00
parent a2dc2b3085
commit b9ac887eed
2 changed files with 55 additions and 3 deletions

12
htdocs/css/admin.css Normal file
View File

@ -0,0 +1,12 @@
@import url("openwebrx-header.css");
@import url("openwebrx-globals.css");
/* expandable photo not implemented in admin area page */
#webrx-top-photo-clip {
max-height: 67px;
}
body {
background-color: #2e2e2e;
color: #DDD;
}