From 2b9085a3aff38d1395e424c451d4f02c994c835c Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 27 Mar 2024 15:47:19 +0300 Subject: Add missing braces/brackets. Signed-off-by: Munyoki Kilyungi Co-authored-by: Alexander Kabui --- gn2/wqflask/templates/base.html | 1 + gn2/wqflask/templates/gnqa.html | 44 +++++++++++++++++------------------------ 2 files changed, 19 insertions(+), 26 deletions(-) (limited to 'gn2') diff --git a/gn2/wqflask/templates/base.html b/gn2/wqflask/templates/base.html index 4d6273bf..26b75230 100644 --- a/gn2/wqflask/templates/base.html +++ b/gn2/wqflask/templates/base.html @@ -347,6 +347,7 @@ let timeToLoad = document.createElement("p"); timeToLoad.innerHTML = "It took your browser " + ((Date.now() - pageLoadStart) / 1000) + " second(s) to render this page"; document.querySelector("footer .row .col-xs-6").appendChild(timeToLoad); + }); diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html index b9d2bcea..e3de0419 100644 --- a/gn2/wqflask/templates/gnqa.html +++ b/gn2/wqflask/templates/gnqa.html @@ -9,6 +9,7 @@ transition: opacity 500ms ease-in; width: 50px; } + .htmx-request .htmx-indicator, .htmx-request.htmx-indicator { opacity: 1; display: block; @@ -17,11 +18,13 @@ top: 50%; z-index: 19; } + .search-header { font-size: 3.5em; color:#808080; font-family: sans serif; } + .search-header small { font-size: 14px; } @@ -29,32 +32,22 @@ .search-header sup { top: -2em; } + .gnqa-copy p { font-size: 16px; line-height: 1.5; } - .search-hist-btn{ - padding:15px; - margin: 0 auto; - border-bottom: 1px solid #ccc; - } - .search-hist-btn a:hover { - text-decoration: None; - padding:5px; - border-radius: 10px; - color:blue; - cursor:pointer; - } - .search-hist-btn a { - font-weight: bold; - color:#000; + + #gnqna_search_home .form-group { + margin: 3em auto; } - #gnqna_search_home input { - min-width: 25em; - margin: 1.5em 0; + + #gnqna_search_home_input { + border-radius: 16px; } - #gnqna_search_home { - field-sizing: normal; + + #gnqna_search_home button { + margin-right: 10px; } .answers { width: 75%; @@ -104,19 +97,18 @@ -
-
-