diff --git a/abp/static/index.html b/abp/static/index.html index c2c5f88..1dfd0ff 100644 --- a/abp/static/index.html +++ b/abp/static/index.html @@ -27,21 +27,28 @@
Version 0.4.25
+ + +
- diff --git a/abp/static/main.css b/abp/static/main.css index 60460cd..8dd3550 100644 --- a/abp/static/main.css +++ b/abp/static/main.css @@ -41,6 +41,19 @@ html, body { margin: 0; padding: 0; overflow: hidden; font-size: 10pt; font-fam font-size: 9pt; } +#options { + background-color: rgba(256, 256, 256, .5); + color: black; + padding: 10px; + font-family: monospace; + position: absolute; + text-align: right; + bottom: 10px; + right: 10px; + font-size: 9pt; +} + + #version { color:black; padding: 10px;