From: oes Date: Fri, 26 Apr 2002 12:57:18 +0000 (+0000) Subject: - Central "button" link style in cgi-style.css X-Git-Tag: v_3_0_branchpoint~209 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=96d0efa4ca17b96077b04957f3a328ebc7835ede - Central "button" link style in cgi-style.css - Help links now dynamic --- diff --git a/templates/edit-actions-list b/templates/edit-actions-list index 60570cb6..7879240e 100644 --- a/templates/edit-actions-list +++ b/templates/edit-actions-list @@ -31,6 +31,12 @@ # # Revisions : # $Log: edit-actions-list,v $ +# Revision 1.19 2002/04/24 02:19:16 oes +# - Show name of actions file being edited +# - Show context sensitive help +# - Add buttons for easy changing of defaults +# - Cosmetics and clarifications +# # Revision 1.18 2002/04/18 19:21:09 jongfoster # Added code to detect "conventional" action files, that start # with a set of actions for all URLs (the pattern "/"). @@ -173,31 +179,9 @@ td.action { font-weight: bold; font-style: italic; } -td.nbr { - white-space: nowrap; -} -a.cmd, div.buttons a { +td.nbr, td.buttons { white-space: nowrap; - width: auto; - padding: 2px; - background-color: #dddddd; - color: #000000; - text-decoration: none; - border-top: 1px solid #ffffff; - border-left: 1px solid #ffffff; - border-bottom: 1px solid #000000; - border-right: 1px solid #000000; -} -a.cmd:hover, div.buttons a:hover { - background-color: #eeeeee; } -a.cmd:active, div.buttons a:active { - border-top: 1px solid #000000; - border-left: 1px solid #000000; - border-bottom: 1px solid #ffffff; - border-right: 1px solid #ffffff; -} -