svn commit: r50761 - head/en_US.ISO8859-1/htdocs/cgi

Wolfram Schneider <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: wosch
Date: Tue Aug 29 07:34:32 2017
New Revision: 50761
URL: https://svnweb.freebsd.org/changeset/doc/50761

Log:
  improve responsive design for select elements

Modified:
  head/en_US.ISO8859-1/htdocs/cgi/man.cgi

Modified: head/en_US.ISO8859-1/htdocs/cgi/man.cgi
==============================================================================
--- head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Mon Aug 28 22:39:55 2017	(r50760)
+++ head/en_US.ISO8859-1/htdocs/cgi/man.cgi	Tue Aug 29 07:34:32 2017	(r50761)
@@ -978,6 +978,8 @@ div#content { padding-top: 4.9em; }
 form#man > input, button { font-size: 200%; }
 form#man > button { font-size: 200%; }
 form#man > input[name='query'] { width: 12em; }
+form#man > select { font-size: 140%; }
+span.spaces { display: none; }
 }
 </style>
 |;
@@ -1735,13 +1737,13 @@ sub formquery {
     print <<ETX;
 <form id="man" method="get" action="$BASE">
 <!-- Manual Page or Keyword Search: -->
-&nbsp;&nbsp;
+<span class="spaces">&nbsp;&nbsp;</span>
 <input id="query" value="$query" name="query" size="36" $autofocus />
 <button type="submit" name="apropos" value="0">man</button>
 <button type="submit" name="apropos" value="1">apropos</button>
 <br/>
 <span class="space">&nbsp;</span><br/>
-&nbsp;&nbsp;
+<span class="spaces">&nbsp;&nbsp;</span>
 ETX
 
     print qq{<select name="sektion">\n};
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.