From 73f81fcf2643e0c1b2ed30e7b8dcabf26016297e Mon Sep 17 00:00:00 2001 From: David Morris Date: Sat, 30 Sep 2023 15:52:09 +0100 Subject: [PATCH] Add a search box with a default color. --- templates/base.html | 6 +++++- templates/cmp/army-number-search.html | 8 +++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/templates/base.html b/templates/base.html index e58c43f..bf49bc3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -15,8 +15,12 @@ margin-left: 13%; margin-right: 13%; margin-top: 5%; - } + .input-text { + font-size: 24px; + color: #8B0000 ; + padding: 7px; +} {% endblock %} diff --git a/templates/cmp/army-number-search.html b/templates/cmp/army-number-search.html index eaafa5d..5bfa2c1 100644 --- a/templates/cmp/army-number-search.html +++ b/templates/cmp/army-number-search.html @@ -4,7 +4,7 @@
{% load static %} -The Flag of the British Army. A lion wearing a crown on two crossed swords. +The Flag of the British Army. A lion wearing a crown on two crossed swords.

British Army Number Search Tool

@@ -14,4 +14,10 @@

British Army Number Search Tool

Enter an army number to find out what unit/regiment block the number was assigned from (upto WW2) or approximately when the soldier joined the army (post WW2).

+
+
+ + +
+
{% endblock %} \ No newline at end of file