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 --- org/cgi_spine_search.org | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'org/cgi_spine_search.org') diff --git a/org/cgi_spine_search.org b/org/cgi_spine_search.org index 311b497..674b2ef 100644 --- a/org/cgi_spine_search.org +++ b/org/cgi_spine_search.org @@ -1356,7 +1356,7 @@ a.lnkocn:visited { } a.lnkocn:hover { color : #777777; - font-size : 15px; + font-size : 100%%; } a:hover img { background-color : #FFFFFF; @@ -1390,6 +1390,14 @@ span.match { 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; } @@ -1872,7 +1880,7 @@ p.small { text-align : left; } .tiny, .tiny_left, .tiny_right, .tiny_center { - font-size : 10px; + font-size : 12px; margin-top : 0px; margin-bottom : 0px; color : #EEEEEE; -- cgit v1.2.3