diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-29 20:17:41 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2022-01-29 22:00:55 -0500 |
commit | 8333ab4e92003b392039be7d655c4968eebe5033 (patch) | |
tree | cbc380f03177f33de10d7665b5baf08b3b096d84 /org/cgi_spine_search.org | |
parent | config & sqlite search output, some changes (diff) |
xmls css, start to consider mobile usability
Diffstat (limited to 'org/cgi_spine_search.org')
-rw-r--r-- | org/cgi_spine_search.org | 12 |
1 files changed, 10 insertions, 2 deletions
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; |