web: improve style for mobile view (#393)

* move stylecss to beautified file

* beware! remove unused code

* tabs to space

* add responsive classes

* fix td border

* add to advanced web

* enlarge checkboxes

* use common header func for confirmation html

* fix checkbox center align

* update const css code

* move css to resources folder
This commit is contained in:
David Girón
2024-06-07 13:19:40 +02:00
committed by GitHub
parent d0851865fb
commit bf3400b878
4 changed files with 252 additions and 22 deletions

4
resources/README.md Normal file
View File

@@ -0,0 +1,4 @@
## Resources
Any files used along with application source code, but not to be mixed with C/C++ code.
This can include CSS, JS, favicon, etc.