X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=doc%2Fwebserver%2Fp_feedback.css;h=a77688b57c5a5a3f8951fd21a83b8572610073d5;hp=e04f9a6b170c9f4940b23130e5be175e02afce26;hb=a73211c9faec89dbaeb1b6c5c0b660c077aa1ca3;hpb=33599262c2a261423d4aed1413f37aae93bceb96 diff --git a/doc/webserver/p_feedback.css b/doc/webserver/p_feedback.css index e04f9a6b..a77688b5 100644 --- a/doc/webserver/p_feedback.css +++ b/doc/webserver/p_feedback.css @@ -1,6 +1,8 @@ -body, div, p, h1, h2, ul, ol, li, td, th, dl, dt, dd { font-family:helvetica,helv,arial,sans-serif; font-size:10px } -body { background-color: #ffffff } -div.title { background-color:#dddddd; border:solid black 1px; margin:20px; min-width: 80%; padding:20px; font-size:15px; font-weight:bold } -div.box { background-color:#eeeeee; border:solid black 1px; margin:20px; min-width: 80%; padding:20px; font-size:10px } -div.infobox { background-color:#ccccff; border:solid black 1px; margin:20px; min-width: 60%; max-width: 60%; padding:20px; font-size:10px; } -div.errorbox { background-color:#ffdddd; border:solid black 1px; margin:20px; min-width: 60%; max-width: 60%; padding:20px; font-size:10px; } +/* + * Vary the gereneral Privoxy Stlyesheet to + * meet the needs of small popups: + * + */ +body,td,th { font-size:10px; } +div.info { width: 60%; } +div.warning { width: 60%; text-align: left; }