diff options
author | Pjotr Prins | 2020-10-26 09:00:17 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-10-26 09:00:39 +0000 |
commit | 72369b2e2e3cd881be2bd648a61e1449ffe34875 (patch) | |
tree | e2140e1fb6b782355421a6ecc37de8b575857ff6 /bh20simplewebuploader/static/main.css | |
parent | 34d494f7a8d9b6348cbfec7196c631acab8818f9 (diff) | |
download | bh20-seq-resource-72369b2e2e3cd881be2bd648a61e1449ffe34875.tar.gz bh20-seq-resource-72369b2e2e3cd881be2bd648a61e1449ffe34875.tar.lz bh20-seq-resource-72369b2e2e3cd881be2bd648a61e1449ffe34875.zip |
Minor CSS for the map
Diffstat (limited to 'bh20simplewebuploader/static/main.css')
-rw-r--r-- | bh20simplewebuploader/static/main.css | 9 |
1 files changed, 7 insertions, 2 deletions
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 { |