|
current/templates show-url-info, 1.21, 1.22 cgi-style.css, 1.10, 1.11: msg#00023web.privoxy.cvs
Update of /cvsroot/ijbswa/current/templates In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv21761/templates Modified Files: show-url-info cgi-style.css Log Message: Use CSS to let the URL and pattern input fields scale with the browser width and try to prevent vertical scroll bars if the width is less than 80 characters. Closes #1843596, thanks to Gerry Murphy and Lee. Index: show-url-info =================================================================== RCS file: /cvsroot/ijbswa/current/templates/show-url-info,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- show-url-info 15 Nov 2007 19:11:11 -0000 1.21 +++ show-url-info 8 Dec 2007 14:29:06 -0000 1.22 @@ -27,6 +27,12 @@ # # Revisions : # $Log$ +# Revision 1.22 2007/12/08 14:29:06 fabiankeil +# Use CSS to let the URL and pattern input fields scale with +# the browser width and try to prevent vertical scroll bars +# if the width is less than 80 characters. Closes #1843596, +# thanks to Gerry Murphy and Lee. +# # Revision 1.21 2007/11/15 19:11:11 fabiankeil # Reword HTTPS URL information. # @@ -244,7 +250,7 @@ URL:</h2> <form method="GET" action="@default-cgi@show-url-info"> <p> - <input type="text" name="url" size="80" value="@url@"> + <input type="text" name="url" size="80" value="@url@" class="url"> <input type="submit" value="Go"> </p> </form> Index: cgi-style.css =================================================================== RCS file: /cvsroot/ijbswa/current/templates/cgi-style.css,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- cgi-style.css 22 Jan 2007 13:12:43 -0000 1.10 +++ cgi-style.css 8 Dec 2007 14:29:06 -0000 1.11 @@ -30,6 +30,12 @@ # # Revisions : # $Log$ +# Revision 1.11 2007/12/08 14:29:06 fabiankeil +# Use CSS to let the URL and pattern input fields scale with +# the browser width and try to prevent vertical scroll bars +# if the width is less than 80 characters. Closes #1843596, +# thanks to Gerry Murphy and Lee. +# # Revision 1.10 2007/01/22 13:12:43 fabiankeil # White space cosmetics for #include. # @@ -155,3 +161,10 @@ * and use this workaround until then. */ .box table { margin-top: 1em; } + +/* + * Let the URL and pattern input fields scale with the browser + * width and try to prevent vertical scroll bars if the width + * is less than 80 characters. + */ +input.url, input.pattern { width: 95%; } ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | current/doc/source readme.sgml,2.11,2.12: 00023, noreply |
|---|---|
| Next by Date: | current config,1.59,1.60: 00023, noreply |
| Previous by Thread: | current/doc/source readme.sgml,2.11,2.12i: 00023, noreply |
| Next by Thread: | current config,1.59,1.60: 00023, noreply |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |