From 72369b2e2e3cd881be2bd648a61e1449ffe34875 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Mon, 26 Oct 2020 09:00:17 +0000 Subject: Minor CSS for the map --- bh20simplewebuploader/static/main.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'bh20simplewebuploader') diff --git a/bh20simplewebuploader/static/main.css b/bh20simplewebuploader/static/main.css index bd51118..3be15be 100644 --- a/bh20simplewebuploader/static/main.css +++ b/bh20simplewebuploader/static/main.css @@ -462,11 +462,16 @@ div.status { // margin-top: -40px; opacity: 0.5; border-radius: 30px; - // border: 2px solid #3F51B5; + border: 2px solid #3F51B5; text-align: center; color: black; background-color: lightgreen; - font-size: 20px; + font-weight: bold; + font-size: 18px; + // left: 0; + // right: 0; + // margin: -15px 0 0 -45px; + // padding: 15px 6px; } .my-custom-icon.my-custom-icon-0 { -- cgit v1.2.3