X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=templates%2Fcgi-style.css;h=f0d482fc7ddf54d90e7e45025a5a05fb0a552f0e;hb=fa97581ab8f6215932993dfe8d81be7afb2c8108;hp=5ea0251de1a3a66db96f58e5dbd0ec1a756d6951;hpb=7bfb6887ab00db9e025508bff29c122f05a63ace;p=privoxy.git diff --git a/templates/cgi-style.css b/templates/cgi-style.css index 5ea0251d..f0d482fc 100644 --- a/templates/cgi-style.css +++ b/templates/cgi-style.css @@ -4,13 +4,13 @@ # # Purpose : Style sheet for the web-based config interface. # -# Copyright : Written by and Copyright (C) 2001 the SourceForge -# Privoxy team. http://www.privoxy.org/ +# Copyright : Written by and Copyright (C) 2001 members of the +# Privoxy team. https://www.privoxy.org/ # # Original Author: Copyright (C) 2001 Jonathan Foster # http://www.jon-foster.co.uk/ # -# This program is free software; you can redistribute it +# This program is free software; you can redistribute it # and/or modify it under the terms of the GNU General # Public License as published by the Free Software # Foundation; either version 2 of the License, or (at @@ -28,22 +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.9 2006/12/17 17:50:55 fabiankeil -# Add white space workaround for tables -# in show-status CGI page. -# -# 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.9 2006/12/17 17:50:55 fabiankeil Exp $ + * $Id: cgi-style.css,v 1.15 2017/01/23 13:01:55 fabiankeil Exp $ */ /* @@ -140,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 @@ -152,3 +142,10 @@ em.warning { color: #ff0000 } * 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%; }