Ticket #8488 (closed enhancement: fixed)

Opened 2 years ago

Last modified 10 months ago

[Patch] Remove border from collapsed 'Batch Modify' fieldset

Reported by: anonymous Assigned to: rjollos
Priority: low Component: BatchModifyPlugin
Severity: minor Keywords:
Cc: Trac Release: 0.12

Description

I use BatchModifyPlugin r9409 and Trac 0.12.2.

The following patch removes the border around the collapsed fieldset of 'Batch Modify' and displays it like Trac's 'Filters' and 'Columns'.

Taken from Trac's report.css ('#query fieldset.collapsed').

--- ./0.12/trunk/batchmod/htdocs/css/batchmod.ori.css	Mon Sep 13 16:02:40 2010
+++ ./0.12/trunk/batchmod/htdocs/css/batchmod.css	Thu Feb 10 09:25:55 2011
@@ -11,6 +11,12 @@
     padding: 0.1em 0.5em;
 }

+#batchmod_form fieldset.collapsed {
+ border-width: 0;
+ margin-bottom: 0pt;
+ padding: 0pt .5em;
+}
+
 #batchmod_form th {
     text-align: right;
     white-space: nowrap;

Attachments

batchmod.css.patch (394 bytes) - added by anonymous on 02/10/11 10:32:03.

Change History

02/10/11 10:32:03 changed by anonymous

  • attachment batchmod.css.patch added.

02/10/11 10:40:25 changed by anonymous

  • cc deleted.

05/14/12 18:44:44 changed by rjollos

  • owner changed from CuriousCurmudgeon to rjollos.

This patch was implemented when the plugin was merged into Trac 0.13, so we should apply it here too.

07/26/12 02:39:31 changed by rjollos

  • status changed from new to closed.
  • resolution set to fixed.

(In [11791]) Fixed #8488: (0.8.1dev)

  • Removed the border around the collapsed fieldset of 'Batch Modify' so that it displays like Trac's 'Filters' and 'Columns'.

Add/Change #8488 ([Patch] Remove border from collapsed 'Batch Modify' fieldset)




Change Properties
Action