From b90bd179aeac4cf03531639d7c81a7e42a2fc0a6 Mon Sep 17 00:00:00 2001 From: Alex Borrel Date: Thu, 14 Nov 2024 11:42:59 -0500 Subject: [PATCH] Update some font --- static/bodymap/css/theme.css | 10 +++++----- static/interferences/js/theme.js | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/static/bodymap/css/theme.css b/static/bodymap/css/theme.css index 6436b7e..6f73a4c 100644 --- a/static/bodymap/css/theme.css +++ b/static/bodymap/css/theme.css @@ -7,7 +7,7 @@ h1 { margin-bottom: 15px; color: #000000; /*font-size: 3.6vmin;*/ - font-size: 40px; + font-size: 30px; } h2 { @@ -15,7 +15,7 @@ h2 { margin-bottom: 15px; color: #000000; /*font-size: 3.6vmin;*/ - font-size: 30px; + font-size: 20px; } h3 { @@ -23,12 +23,12 @@ h3 { margin-bottom: 15px; color: #000000; /*font-size: 3.6vmin;*/ - font-size: 30px; + font-size: 20px; } input[type='submit'] { - font-size: 15px; + font-size: 25px; margin-top: 1px; margin-bottom: 2px; border: 1.5px solid #999999; @@ -116,7 +116,7 @@ li { p { margin: 15px; - font-size: 20px; + font-size: 15px; width: 100%; } diff --git a/static/interferences/js/theme.js b/static/interferences/js/theme.js index e55d4b1..35debc8 100644 --- a/static/interferences/js/theme.js +++ b/static/interferences/js/theme.js @@ -1,7 +1,7 @@ function ShowLoadingInterferences(e) { var div = document.createElement('div'); var img = document.createElement('img'); - img.src = '//static_chemmaps/interferences/img/loading.gif'; + img.src = ('/static_chemmaps/interferences/img/loading.gif'); //img.style.display = ""; div.innerHTML = 'Loading....'; div.appendChild(img);