From 8333ab4e92003b392039be7d655c4968eebe5033 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Sat, 29 Jan 2022 20:17:41 -0500 Subject: xmls css, start to consider mobile usability --- sundry/spine_search_cgi/src/spine_search.d | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'sundry/spine_search_cgi/src/spine_search.d') diff --git a/sundry/spine_search_cgi/src/spine_search.d b/sundry/spine_search_cgi/src/spine_search.d index 07a824d..d8ead11 100644 --- a/sundry/spine_search_cgi/src/spine_search.d +++ b/sundry/spine_search_cgi/src/spine_search.d @@ -627,6 +627,14 @@ void cgi_function_intro(Cgi cgi) { color : #000000; background-color : #FFFF48; } + input[type="text"] { + font-size:120%%; + line-height : 120%%; + } + button[type="submit"] { + font-size : 120%%; + line-height : 120%%; + } p.norm { } p.center { text-align : center; } p.i1 { padding-left : 1em; } -- cgit v1.2.3