Fix a typo in the no-zlib-support complaint
[privoxy.git] / templates / cgi-style.css
index b3556fd..3a26b9f 100644 (file)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-list,v $
+# File        :  $Source: /cvsroot/ijbswa/current/templates/cgi-style.css,v $
 #
 # Purpose     :  Style sheet for the web-based config interface.
 #
@@ -10,7 +10,7 @@
 #                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
 #                or write to the Free Software Foundation, Inc., 59
 #                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
-# Revisions   :
-#    $Log: edit-actions-list,v $
-#
 ##############################################################################
 
-
 /*
  * CSS for Privoxy CGI and script output
  *
- * $Id: cgi-style.css,v 1.7 2002/05/12 15:45:33 jongfoster Exp $
+ * $Id: cgi-style.css,v 1.13 2009/05/16 13:27:21 fabiankeil Exp $
  */
 
 /*
@@ -134,4 +130,22 @@ 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
+ * and for some reason or another the headlines are set to
+ * "margin:0" and leave the tables no air to breath.
+ *
+ * A proper fix would be to replace or remove the "margin:0",
+ * but as this affects every cgi page we do it another time
+ * 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%; }