Modify ↓
Opened 14 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 11 11 padding: 0.1em 0.5em; 12 12 } 13 13 14 #batchmod_form fieldset.collapsed { 15 border-width: 0; 16 margin-bottom: 0pt; 17 padding: 0pt .5em; 18 } 19 14 20 #batchmod_form th { 15 21 text-align: right; 16 22 white-space: nowrap;
Attachments (1)
Change History (4)
Changed 14 years ago by
Attachment: | batchmod.css.patch added |
---|
comment:1 Changed 14 years ago by
Cc: | anonymous added; chexx@… removed |
---|
comment:2 Changed 12 years ago by
Owner: | changed from CuriousCurmudgeon to Ryan J Ollos |
---|
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This patch was implemented when the plugin was merged into Trac 0.13, so we should apply it here too.