Modify

Opened 13 years ago

Closed 12 years ago

#8488 closed enhancement (fixed)

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

Reported by: anonymous Owned by: Ryan J Ollos
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.

    old new  
    1111    padding: 0.1em 0.5em;
    1212}
    1313
     14#batchmod_form fieldset.collapsed {
     15 border-width: 0;
     16 margin-bottom: 0pt;
     17 padding: 0pt .5em;
     18}
     19
    1420#batchmod_form th {
    1521    text-align: right;
    1622    white-space: nowrap;

Attachments (1)

batchmod.css.patch (394 bytes) - added by anonymous 13 years ago.

Download all attachments as: .zip

Change History (4)

Changed 13 years ago by anonymous

Attachment: batchmod.css.patch added

comment:1 Changed 13 years ago by anonymous

Cc: anonymous added; chexx@… removed

comment:2 Changed 12 years ago by Ryan J Ollos

Owner: changed from CuriousCurmudgeon to Ryan J Ollos

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

comment:3 Changed 12 years ago by Ryan J Ollos

Resolution: fixed
Status: newclosed

(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'.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.