X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fcgi-style.css;h=b9a288dfa632121c163a451f3d4186d1eaa415d3;hb=72b08384695864349e0f5f098d6901665e65ec4f;hp=1773805f5e8c983c04d49e29e292750ae1471052;hpb=9106014f8d1519d434d59b046ab320b53209f9c3;p=privoxy.git diff --git a/templates/cgi-style.css b/templates/cgi-style.css index 1773805f..b9a288df 100644 --- a/templates/cgi-style.css +++ b/templates/cgi-style.css @@ -28,19 +28,12 @@ # or write to the Free Software Foundation, Inc., 59 # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # -# Revisions : -# $Log: cgi-style.css,v $ -# Revision 1.8 2002/05/12 15:53:41 jongfoster -# Adding standard comment header with license and CVS log. -# -# ############################################################################## - /* * CSS for Privoxy CGI and script output * - * $Id: cgi-style.css,v 1.8 2002/05/12 15:53:41 jongfoster Exp $ + * $Id: cgi-style.css,v 1.12 2007/12/11 21:20:53 fabiankeil Exp $ */ /* @@ -137,7 +130,7 @@ a.cmd:active, td.indentbuttons a:active, td.buttons a:active { /* * Special red emphasis: */ -em.warning { color: #ff0000 } +em.warning, strong.warning { color: #ff0000 } /* * In show-status we use tables directly behind headlines @@ -148,4 +141,11 @@ em.warning { color: #ff0000 } * but as this affects every cgi page we do it another time * and use this workaround until then. */ -.box table { margin-top: 1em; } \ No newline at end of file +.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%; }