From d2ee4a5f967d0ea56cbc7b75cc397f2ed5fc214f Mon Sep 17 00:00:00 2001 From: jongfoster Date: Sun, 12 May 2002 15:45:33 +0000 Subject: [PATCH] Applying [Patch 552094] New templates for edit-actions-list This cleans up the templates by: - Removing the (confusing) alternating color scheme. - Making everything left-justified. --- templates/cgi-style.css | 8 +-- templates/edit-actions-list | 86 ++++++++--------------------- templates/edit-actions-list-button | 3 +- templates/edit-actions-list-section | 51 ++++++----------- templates/edit-actions-list-url | 10 ++-- 5 files changed, 52 insertions(+), 106 deletions(-) diff --git a/templates/cgi-style.css b/templates/cgi-style.css index 206fd420..d9b0915c 100644 --- a/templates/cgi-style.css +++ b/templates/cgi-style.css @@ -1,7 +1,7 @@ /* * CSS for Privoxy CGI and script output * - * $Id: cgi-style.css,v 1.5 2002/04/24 02:14:36 oes Exp $ + * $Id: cgi-style.css,v 1.6 2002/04/26 12:56:18 oes Exp $ */ /* @@ -72,7 +72,7 @@ td.buttons { padding: 2px; } -a.cmd, td.buttons a { +a.cmd, td.indentbuttons a, td.buttons a { white-space: nowrap; width: auto; padding: 2px; @@ -84,10 +84,10 @@ a.cmd, td.buttons a { border-bottom: 1px solid #000000; border-right: 1px solid #000000; } -a.cmd:hover, td.buttons a:hover { +a.cmd:hover, td.indentbuttons a:hover, td.buttons a:hover { background-color: #eeeeee; } -a.cmd:active, td.buttons a:active { +a.cmd:active, td.indentbuttons a:active, td.buttons a:active { border-top: 1px solid #000000; border-left: 1px solid #000000; border-bottom: 1px solid #ffffff; diff --git a/templates/edit-actions-list b/templates/edit-actions-list index a293560f..3e587d9e 100644 --- a/templates/edit-actions-list +++ b/templates/edit-actions-list @@ -148,9 +148,6 @@